This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
681967e6803b89c175b8bc13826a94de30f5a740
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
ZenLaunch
History
zousar shaker
4402f76753
It is important that ZenLaunch use the appropriate project-specific configuration when launching ZenServer. However, programs do not load project config even if a project file is specified as a commandline argument. To address this, some programs that need project-specific configuration will use the "OverrideProjectDir". The implementation in this change is taken from UnrealVirtualizationTool.cpp which is a program that has the same need.
...
#rb dan.engelbrecht [CL 27342206 by zousar shaker in ue5-main branch]
2023-08-24 10:58:22 -04:00
..
Private
It is important that ZenLaunch use the appropriate project-specific configuration when launching ZenServer. However, programs do not load project config even if a project file is specified as a commandline argument. To address this, some programs that need project-specific configuration will use the "OverrideProjectDir". The implementation in this change is taken from UnrealVirtualizationTool.cpp which is a program that has the same need.
2023-08-24 10:58:22 -04:00
ZenLaunch.Build.cs
…
ZenLaunch.Target.cs
…