You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Sebastian.Nordgren #rnx #preflight 63581307d669d2aa7ec95866 - Added FTSMessageLog which is a thread safe version of FMessageLog with limited functionality. It can be used as a thread safe drop in replacement for code that only wants to send messages to the FMessageLog system. - Somewhat experimental at the moment so it is being kept private in the perforce plugin where it is immediately needed. - Thread safety is currently achieved by using the normal logging system if we detect that the messages are being added from background threads. -- In future work this will be improved and we will marshal the messages to the GameThread. [CL 22795873 by paul chipchase in ue5-main branch]