You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Martin Ridgers #jira UE-191791 #rnx - Add a new ::IsProcessInteractive function to UE::Virtualization::Utils namespace that will return true if we think the current process is being run in a scenario where a user will be present and that it is okay to show an interactive error dialog. - Use this new check to make sure that we do not try to display the "connection error" dialog on start up (even though as a slate dialog this will usually fail to display in non-interactive scenarios anyway) - Use the new check to avoid displaying the "payload pull failure" dialog and default to the process shutting down instead. -- Added some code comments to explain why we force the process to exit rather than logging a fatal error. [CL 28183133 by paul chipchase in ue5-main branch]