Files
jamie dale ddc7b45a8a Added a scoped override for FMessageLog behavior
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]
2024-01-30 16:33:20 -05:00
..