You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Agent config now contains an "Installed" setting similar to the server, which defaults to true but is forced to false by appsettings.Local.json. * In installed builds, we now read a config file called agent.json from C:\ProgramData\Epic\Horde\Agent. * Config settings are now also read from the registry, under "HKLM\Software\Epic Games\Horde\Agent". The agent installer allows configuring the sandbox directory during installation, and stores the working directory here. * FileReference and DirectoryReference now have type converters to allow serializing to/from strings. #jira UE-206047 #jira UE-206049 [CL 31267867 by ben marsh in ue5-main branch]