Sergei Kulikov

Results 2 issues of Sergei Kulikov

This PR fixes an issue described here: https://github.com/bombomby/optick/issues/170 Optick::Update acquires coreLock and then tries to acquire UpdateCriticalSection lock if the capture has been stopped, while FOptickPlugin::OnEndFrameRT locks UpdateCriticalSection first and...

Hello, FAsyncLoadingScreenModule::StartupModule calls `SetupLoadingScreen(Settings->StartupLoadingScreen)` at module startup time. That happens while disregard for gc pool is still open, so all UObjects loaded at this stage (e.g. background textures in SBackgroundWidget)...