You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This will make UnrealPak read from and use the project-specific ini files. This will make UnrealPak write to and use the project-specific Saved directory, e.g. to save the UnrealPak.log file. In the BuildCookRun/CopyBuildToStagingDirectory scripts always invoke UnrealPak with the .uproject file argument. Always run UnrealPak itself with -nopak to avoid picking up and mounting any existing pak files in the project directory. Motivation: When UnrealPak is run with -compressionEnableDDC it needs to use the project's ddc configuration instead of the engine's ddc configuration. Note: When UnrealPak is invoked without the project argument it will still use the default program directory, and there is no change in behavior when e.g. manually executing inspection commands like list, extract and describe. Note: All important packaging options are already passed on command line from BuildCookRun/CopyBuildToStagingDirectory, so from that perspective the change should be low risk, but in the future there is a possibility to reduce the number of command line options and rely on the project configuration instead. #rb per.larsson #tests identical binary output [CL 34266589 by pj kack in ue5-main branch]