You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#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]