Files
UnrealEngineUWP/Engine/Source/Programs/UnrealVirtualizationTool/Private/Commands
paul chipchase 82875561f5 [UVT] Do not try to virtualize packages marked fro delete or ignore in revision control.
#rb PJ.Kack
#jira UE-224194

- Previously we passed all files in the changelist to the virtualization process which would result in errors when the process tried to open deleted packages for reading.
- We now skip packages marked for delete and packages marked for ignore, the latter won't be submitted so there is no point virtualizing them.

[CL 36259805 by paul chipchase in 5.5 branch]
2024-09-13 06:21:24 -04:00
..