Files
UnrealEngineUWP/Engine/Plugins/Developer/PlasticSourceControl
paul chipchase a41176c8a0 Fix a crash in the PlasticSCM module that can occur if the engine shutdown during PreInit.
#rb PJ.Kack
#jira UE-179343
#rnx
#preflight 6408511a6c1b9295b9804827

- The crash itself isn't that interesting but it does distract the user from the actual error/problem which caused the engine to shutdown during PreInit wasting time while they look into the crash instead of the original error.
- When attempting to unregister the menu extension we now call ::TryGet rather than ::Try as this will return nullptr if UToolsMenu is not loaded and will not attempt to load it.

[CL 24563201 by paul chipchase in ue5-main branch]
2023-03-08 13:26:42 -05:00
..