Buildgraph: "After" paramter on nodes doesnt add a dependancy

Tech - BuildOps - Tools - Dec 22, 2025

Adding the after parameter to a node, does not add a dependency like requires does. The documentation indicates that it would be triggered after another node. This was interpretated by the licensee ...

UAT not considering remote root

Tech - BuildOps - Tools - Apr 2, 2025

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 ...

CopyTask in BuildGraph never throws an exception if the copy fails

Tech - BuildOps - Tools - Feb 28, 2023

CopyFile function in CommandUtils.cs assumes that an exception will be thrown if the number of retries is exceeded, but the loop condition prevents it from being thrown. Following fix works:publics ...

Build failed executing script TagsAndFiles.xml.

Tech - BuildOps - Tools - May 24, 2022

"Trigger" element has been removed from the BuildGraph, causing an error when running TagsAndFiles.xml. This problem was added in 5.0 and does not occur in UE4.X. ...