Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization/Private
paul chipchase 0a353190d3 The console command 'DumpPackagePayloadInfo' now works with absolute file paths referencing packages from outside the current set of mount points.
#rb trivial
#rnx
#preflight 62fcc14d1e39eb26a0851cd0

- Sometimes it is useful to be able to dump the payload info from packages not under the current project as a quick form of debugging and given the format of the package trailer there is no reason why we should allow it.
- If we fail to turn the arg into a valid FPackagePath can now also check to see if the arg is an absolute file path via the FileManager
- If both of these options fail we then log an error as before.

[CL 21422989 by paul chipchase in ue5-main branch]
2022-08-17 06:36:41 -04:00
..