Project Version setting not reflected in a project's packaged executable's property details

UE - Foundation - Cpp Tools - Feb 5, 2019

When a Project Version value has been specified in the Project Settings, this value is not set into either the File Version value or the Product Version value in a packaged game. The File Version va ...

BuildGraph builds some tools for Win32 even if Win32 is excluded from the build

UE - Foundation - Cpp Tools - Jan 16, 2019

When creating a local binary build of the Engine using the BuildGraph, there are several tools that are built for Win32 even if Win32 was specifically excluded from the BuildGraph (ie. -set:WithWin3 ...

Project no longer builds when .cc file is included in the project

UE - Foundation - Cpp Tools - Jan 15, 2019

Including files with a .cc extension instead of .cpp in a code project used to build fine in Visual Studio. This is no longer the case in 4.21.2. The error message that results indicates that only C ...

Build Plugin process fails with null reference exception when building a plugin that has "Can Be Used With Unreal Header Tool" set to true

UE - Foundation - Cpp Tools - Dec 18, 2018

Trying to use UAT to build a plugin that has CanBeUsedWithUnrealHeaderTool set to true will fail due to a null reference exception (log from Main CL 4666322 attached). This happens because the plugi ...

Unable to open generated.h file in Visual Studio

UE - Foundation - Cpp Tools - Dec 13, 2018

This is related to [Link Removed], and possibly the same issue. It is still not possible to open a generated.h file from within a project solution. I was able to reproduce this in both a binary Engi ...

Editor running with "DebugGame Editor" configuration fails to launch (This happens only on 4.21 via Launcher)

UE - Foundation - Cpp Tools - Nov 20, 2018

This happens only on 4.21 via Launcher. UE4 editor running with "DebugGame Editor" configuration fails to launch The error log is below. ERROR: System.IO.DirectoryNotFoundException: Could not fin ...

Packaging a runtime plugin in a Blueprint project causes some Editor files to be deleted

UE - Foundation - Cpp Tools - Oct 22, 2018

Attempting to package a runtime plugin (does not occur with a Development plugin) in a Blueprint project fails in 4.21 Preview 2. This also causes some Editor files to be deleted, including the Modu ...

'Missing Receipt' error after disabling plugin in binary build and repackaging

UE - Foundation - Cpp Tools - Oct 18, 2018

This was originally found with Android Launch On but also occurs Launching on to Windows with a new project. This will not reproduce when using a build from PerforceogPlayLevel: Setting up ProjectP ...

Packaging failed with disabled plugin

UE - Foundation - Cpp Tools - Oct 9, 2018

Disabling any plugin causes packaging failure. No repro in 4.19 Also occurring when Disabling all platforms except for windows and changing configuration from development to shipping. ...

Unable to package project that includes a custom precompiled plugin

UE - Foundation - Cpp Tools - Oct 9, 2018

Packaging a project that includes a precompiled plugin fails with an error that an object reference is not set to an instance of an object. This only happens in the Binary Engine. If the Engine is ...