You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
FMessageLogScopedOverride can override the log behavior of a given named FMessageLog for the duration of the overrides lifetime, optionally suppressing output log mirroring, or promoting/demoting log categories (eg, to make errors act as warnings, or warnings act as errors). Note: Like the internal implementation of FMessageLog (FMessageLogViewModel) FMessageLogScopedOverride is not thread-safe and should only be used from the game thread. #rb Rex.Hill [CL 31021533 by jamie dale in 5.4 branch]