You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Under some currently unknown circumstances, this widget sometime outlive the SlateApplicationBase::Shutdown. If during the shutdown of a module a path is unmounted, the broadcast will make this widget try to register active timer. Registering a active require the SlateApplicationBase to be in a working state (initialized) otherwise it will crash. #jira UE-81721 #rb JeanLuc.Corenthin [CL 9624879 by Julien StJean in 4.23 branch]