UnrealHeaderTool is always executed in a Code Project from an InstalledBuild

UE - Foundation - Cpp Tools - UnrealBuildTool - Apr 23, 2019

UnrealHeaderTool is always executed in a Code Project from an InstalledBuild Discovered during the verification of [Link Removed], as stated when verifying that issue, this issue only occurs in Bin ...

Packaging that involves a compilation process causes custom icons to not show in the taskbar on Windows in Binary

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 30, 2018

Packaging that involves a comilation process in the Binary editor causes custom Windows icons to be ignored in packaged games. This could either be seen in a Code project or in a Blueprint Only proj ...

Remote compile Action RPG for iOS fails with rsync errors - unable to download Manifest.xml from the remote Mac

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 31, 2018

While attempting to verify [Link Removed], I tried to build an iOS package of ActionRPG. The build failed and the following errors appear in the output log:Log snippet moved to comment, see below ...

"Found plugin in two locations" error when calling BuildPlugin on .uplugin named the same as one in \Engine\Plugins\...

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 2, 2018

In 4.20, calling BuildPlugin on a plugin outside the \\Engine\Plugins\... folder whose .uplugin has the same filename as a plugin inside \\Engine\Plugins\... generates the following error: ERROR: F ...

IOS binaries are not included when a plugin is packaged for IOS using a binary Engine installation

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 7, 2018

Packaging a plugin for the IOS platform on a Mac completes successfully, but there are no IOS binaries included in the packaged plugin. Once the package process completes, the packaged plugin only c ...

PublicIncludePaths array in a 4.20 plugin looks for the include path in relation to the Engine instead of the plugin

UE - Foundation - Cpp Tools - UnrealBuildTool - Jul 23, 2018

A plugin created in 4.19 automatically includes an entry for the plugin's Public directory in the PublicIncludePaths array in the Plugin.Build.cs file. Plugins created in 4.20 no longer automaticall ...

Engine build fails due to Unresolved External Symbol error after adding a new global variable to the Engine and then trying to reference it within Engine code

UE - Foundation - Cpp Tools - UnrealBuildTool - Feb 7, 2018

Building the Engine in Visual Studio will fail due to an unresolved external symbol error if a new global variable is added to CoreGlobals.h and then referenced elsewhere in the Engine code. The bui ...

VS 2015 compiler is invoked even when VS 2017 is selected in editor preferences

UE - Foundation - Cpp Tools - UnrealBuildTool - Jan 22, 2018

UBT crashes when doing an incremental build

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 9, 2017

There is a consistent crash when incrementally compiling headers containing generated code. The code for launching UHT accesses a property which is null when compiling with the UBT makefile. ...

Hot-reload failing to link

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 7, 2017

Discussed here: https://udn.unrealengine.com/questions/385366/hot-reload-cant-find-game-module-dll-that-doesnt-a.html ...