You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Modified the Editor session to support lockless logging and corresponding analysis for concurrent events. - Added null check EditorSessionSummaryWriter::LowDriveSpaceDetected() to prevent accessing a null session. - Fixed CrashReportClient that could use the analytic provider outside of init/shutdow - Fixed IdleTime reported that could be buggy if Slate did not register any interaction before a crash occurs. #jira UE-90719 - FPlatformMisc::RequestExit() can corrupt the EditorSessionSummaryWriter #rb Jamie.Dale [CL 12350899 by Patrick Laflamme in 4.25 branch]