Files
UnrealEngineUWP/Engine/Source/Programs/UnrealVirtualizationTool
paul chipchase a903eb52c9 [UVT] Clean up the child process files after use.
#rb Per.Larsson
#jira UE-215823
#rnx

- When the UVT needs to launch a child process we send it info on the command to run via a .input file and in turn the child process will write out a .output file to return info to the calling process.
- This change will now attempt to delete these files after we are done with them.
- If the delete fails we will raise a warning rather than an error as it is not essential that the files be deleted.

[CL 33923415 by paul chipchase in ue5-main branch]
2024-05-27 09:53:48 -04:00
..