Building UE4 solution fails in Test configuration

UE - Foundation - Core - Nov 15, 2018

Attempting to build the full UE4 solution for the Test configuration fails in 4.21. Most projects will build successfully, but a few will fail with various errors. Most of the errors appear to be re ...

The "alignas" keyword cannot be used with a USTRUCT

UE - Foundation - Core - Oct 24, 2018

The alignas keyword is not usable with a USTRUCT. It can be used with a normal struct. ...

Windows FMallocTBB seems to have a memory leak

UE - Foundation - Core - Oct 11, 2018

The InsertFeaturePacksIntoINIFile() function creates an invalid entry in the DefaultGame.ini file

UE - Foundation - Core - Oct 10, 2018

The GameProjectUtils::InsertFeaturePacksIntoINIFile() function is not creating a valid entry in the DefaultGame.ini file. It is currently missing a double-quote at the end of the PackSource value fo ...

Project fails to build when the SQLite Amalgamation files are included in the project.

UE - Foundation - Core - Sep 27, 2018

In 4.20, it is no longer possible to add the SQLite Almagamation files to a project. Attempting to build a project with these files added results in the build failing due to numerous errors about pr ...

FTransform(ENoInit) ensures in Debug on mobile platforms

UE - Foundation - Core - Sep 25, 2018

As of 4.20, ENABLE_NAN_DIAGNOSTIC is now enabled in all Debug configurations. However, this does not work well with the TransformNonVectorized that is used on platforms like android. If this combina ...

InstallVisualizers.bat does not install debug Visualizers for Visual Studio 2017

UE - Foundation - Core - Sep 24, 2018

The InstallVisualizers.bat file for 4.20 does not include a way to install the Visualizers for Visual Studio 2017. With Visual Studio 2017 now the default Windows IDE for the Engine, it may be helpf ...

Actors in TMap Blueprint Properties are not copied properly for PIE

UE - Foundation - Core - Sep 4, 2018

Actors that reside in TMap blueprint variables refer to the Editor actors not the copied UEDPIE actors (that we'd expect) when accessed in PIE. This is not the case in standalone; this only occurs f ...

Project cannot build in VS 2017 15.8+ if it uses std::make_shared with an over-aligned type

UE - Foundation - Core - Aug 30, 2018

Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...