Files
UnrealEngineUWP/Engine/Source/Programs/UnrealVirtualizationTool
paul chipchase 8417cde7dd [UVT] Properly apply the project path being supplied via the commandline (if there is one)
#rb trivial
#jira UE-151641
#rnx
#preflight 64103cb1c41a0a2a770c96a4

- Although we now relaunch the tool with the correct project path (if not supplied) this was not enough to allow us to load the projects config files and so set up the DDC and source control etc properly. My original testing was picking up hacks in the programs config file that was allowing it to work.
- FGenericPlatformMisc::ProjectDir has a bespoke path for standalone programs which means even if the uproject is on the cmdline it is ignored.
- We probably should look into a way for a project to mark itself as being "project aware" but for now we can make use of the project path override system to make sure it is set correctly, which will fix the problem for now.

[CL 24631824 by paul chipchase in ue5-main branch]
2023-03-14 05:36:41 -04:00
..