CopyTask in BuildGraph never throws an exception if the copy fails

UE - Foundation - Horde - BuildGraph - 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.

UE - Foundation - Horde - BuildGraph - 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. ...

BuildGraph XML Errors Logged Incorrectly

UE - Foundation - Horde - BuildGraph - Aug 30, 2019

Suggested fix from licensee: After investigation, it seems that the filename is passed as a string instead of a FileReference in Script.cs:84. Fixing the issue seems to be as simple as changing th ...

BuildGraph cannot create installed build for Windows

UE - Foundation - Horde - BuildGraph - Jul 20, 2018

Attempting to create an installed build of the Engine for Windows using BuildGraph currently fails when the process attempts to copy some Linux files to the installed build. This appears to be due t ...

BuildEditorAndTools build graph script no longer produces working editor executable

UE - Foundation - Horde - BuildGraph - Dec 19, 2017

It looks like the BuildEditorAndTools script is no longer copying the (pre-existing in perforce) files from //UE4/Dev-Core/Engine/Binaries/Win64/ to the output LocalBuilds directory, which means the ...

Using the BuildGraph to create an installed binary build of the Engine will fail if Simplygon is not installed.

UE - Foundation - Horde - BuildGraph - Oct 13, 2016

A user reported that attempting to create an installed binary build of the Engine using BuildGraph will fail. This seems to be because we include the UE Simplygon implementation, but do not disable ...