Files
UnrealEngineUWP/Engine/Source/Developer/OutputLog
ross smith2 c55926f6b1 Fix category filtering in the Output Log when the "Show All" checkbox is enabled
FOutputLogFilter::IsMessageAllowed no longer includes the state of the "Show All" checkbox (bShowAllCategories) in the filtering logic; this restores the filtering logic wrt "Show All" to as it was prior to changelist 25554621 ( it preserves the addition of IgnoreFilterVerbosities from 25554621 ).

FOutputLogTextLayoutMarshaller::GetCategoryForLocation now extracts the category from the TextLayout.  The previous implementation was broken in the case of any applied filters because it was based on the unfiltered Messages array.

#jira UE-198158
#rb brooke.hubert, logan.buchy

[CL 33370898 by ross smith2 in ue5-main branch]
2024-05-01 08:53:40 -04:00
..