Using dynamic bindings in a code class will result in the bindings becoming a permanent part of any Blueprint created from that class if a hot reload is performed.

UE - Foundation - Core - Mar 26, 2015

If dynamic bindings are being used in a custom code class from which Blueprints are derived, any hot reload will make the bindings a permanent part of the Blueprint and they cannot be removed or cha ...

A project using the Script Plugin will not open in a binary version of the Engine that is created from an Engine built from source code

UE - Foundation - Build - Rocket (Installed Engine) - Feb 1, 2017

Trying to open a project that uses the Script Plugin in a binary version of the Engine that has been created from an Engine built from source code will fail. The Engine is looking for the file Unrea ...

Local binary build fails for iOS platform.

UE - Foundation - Core - Oct 5, 2017

Attempting to create a local binary build of the Engine for the iOS platform using BuildGraph is currently failing. While trying to build UHT for Mac using a remote build, the build fails because it ...

BP nativization emits incorrect C++ code for noexport-typed struct field access in some cases.

UE - Gameplay - Blueprint - Dec 18, 2019

In BlueprintCompilerCppBackendUtils.cpp: #define MAP_BASE_STRUCTURE_ACCESS(x) \ BaseStructureAccessorsMap.Add(x, TEXT("#x")) Needs to be changed to: #define MAP_BASE_STRUCTURE_ACCESS(x) \ ...

Cannot build project for the Development configuration after adding a new UFactory code class

Tools - Apr 13, 2018

Adding a new custom UFactory code class to a project results in no longer being able to build the project for the Development configuration. Prior to adding the UFactory code class the project can b ...

Ensure triggered upon improper math expression

UE - Gameplay - Blueprint - Aug 4, 2016

An ensure is triggered upon entering an improper math expression. ...

VS2015 Update 3 prevents the editor from compiling code

UE - Foundation - Cpp Tools - UnrealBuildTool - Jun 28, 2016

Updating Visual Studio 2015 to Update 3 prevents code projects from compiling / creating new code projects ...

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

VR Preview Crash when using split screen

UE - Platform - XR - Jun 3, 2016

If the user tries to use split screen in the editor along with VR preview, the editor will crash ...

Error during packaging if nativizing a blueprint that contains a TMap with a UserDefinedEnum as a key

UE - Gameplay - Blueprint - Jun 17, 2019

Certain Map container calls (e.g. Find, Add) will fail to compile at packaging time if a Blueprint class containing a Map variable with a user-defined enumeration as the key type is nativized. This ...