#fyi Ben.Marsh
Original CL Desc
-----------------------------------------------------------------
Horde: Allow updating the job arguments when adding additional nodes during graph execution.
[CL 28031377 by ben marsh in ue5-main branch]
Per-platform implementation will be gradually added as implementations for stubbed flows from CL 27999737 are completed
#rb adolf.stary
[CL 28007901 by brendan lienau in ue5-main branch]
- Adds ITargetDevice.ClearSavedDirectory
- Adds ITargetDevice.CopyAppConfigFiles
Platforms that have these functions implemented change per pass implementation:
Adjusts per pass from FROM
Pass 1
- InstallApplication (including clearing device cache and copying additional files)
- Run the app
Pass 2 and beyond
- Run the app
TO
Pass 1
- ClearSavedDirectory
- InstallApplication
- CopyAppConfigFiles
- Run the app
Pass 2 and beyond
- ClearSavedDirectory
- CopyAppConfigFiles
- Run the app
#rb andrew.grant, adolf.stary
[CL 28005887 by brendan lienau in ue5-main branch]
Those parameters are still available throw CVar. This change has been made to be able to customize those variable by project.
#rb benn.gallagher
[CL 27993584 by vincent robert in ue5-main branch]
Whenever settings would change we deleted the directory watches for all mounts. On Mac each watcher had a dispatch queue with running jobs. When the those lingering jobs would get callbacks, it would try to access the existing mount instance which would have been deleted.
#rb none
#jira UE-187849
[CL 27992508 by johan berg in ue5-main branch]