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) \ ...

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

[CrashReport] UnrealEditor-LevelEditor!FViewportClient::InputKey(FInputKeyEventArgs const &) [UnrealClient.h:851]

UE - Editor - Workflow Systems - May 27, 2021

Generated from CrashReporter ...

Crash occurs when selecting Reset this Property to Default Value in the Class Settings of a new Child Animation Blueprint

UE - Anim - Runtime - Anim Blueprints - Oct 26, 2022

This is a Regression. Tested in //UE5/Release-5.0 CL20979098 - "None" is not an option for the parent class and the "Reset this Property" is not initially there. Crash occurs when selecting Reset t ...

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