It seems like WriteFileList (TempStorage.cs) is not respecting the enginePath as set from horde context. _localDir in TempStorage.cs seems to be based off of the RootDir (details here).
Proposed fix is to base this _localRoot off of the Unreal.EngineDirectory instead of attempting to concatenate with rootDir.
TempStorage Storage = new TempStorage(RootDir, DirectoryReference.Combine(Unreal.EngineDirectory, "Saved", "BuildGraph"), (SharedStorageDir == null) ? null : new DirectoryReference(SharedStorageDir), bWriteToSharedStorage);
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-265364 in the post.
0 |
Component | UE - Foundation - Horde - BuildGraph |
---|---|
Target Fix | 5.7 |
Fix Commit | 34219790 |
---|
Created | Apr 2, 2025 |
---|---|
Resolved | Jul 31, 2025 |
Updated | Jul 31, 2025 |