You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]