Files
UnrealEngineUWP/Engine/Source/Programs/LiveCodingConsole
Martin Ridgers 1cf4a2bc67 Deprecate GIsRequestingExit
Get GIsRequestingExit now by IsEngineRequestingExit()

Set GIsRequestingExit now by RequestEngineExit(const TCHAR* Reason) or RequestEngineExit(const FString& Reason)
NOTE If Reason is 4 or less chars it will generate an ensure to force a reason to exit

The reason behind this change is right now setting GIsRequestingExit to true can cause many things to break mainly early on and with out any sort of log warning we have entered this state. We should wrap this behind a function to allow for proper handling

#rb Chris.Babcock, Michael.Trepka, Michael.Noland
#jira UE-79933
[FYI] Michael.Noland


#ROBOMERGE-SOURCE: CL 8649683 via CL 8653683
#ROBOMERGE-BOT: (v417-8656536)

(ushell-p4-cherrypick of 8658680 by brandon.schaefer)

[CL 8926683 by Martin Ridgers in Dev-Core branch]
2019-09-20 10:10:05 -04:00
..
2019-09-20 10:10:05 -04:00