Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization
paul chipchase 633a13ec9c Add a new error handling flow (off by default) to VA when payloads fail to pull.
#rb none
#jira UE-180383
#preflight 64147be21c44ff98b969b1aa

- The new flow will display an error dialog to the user informing them of the problem and ask if they want to retry or quit the process. This is quite a shift if how we have been handling failed payload pulls up until and this is the first rough implementation so for now it is off by default.
- We only show one dialog at a time and if a new error occurs while we are waiting for user input, that thread is set to wait on the existing dialogs outcome.

[CL 24689856 by paul chipchase in ue5-main branch]
2023-03-17 11:15:24 -04:00
..