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

Crash when quitting the editor with VR Mode enabled

UE - Editor - Workflow Systems - May 25, 2017

Qutting the engine with VR Editor on causes a crash. I could not determine a way to close the VR Editor internally so I terminated the Project by using the Desktop. Many users among the community ...

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

Crash occurs in PIE when an Actor calls a method in a UObject that attempts to modify an FString member of the UObject

UE - Foundation - Core - Jan 31, 2019

The Editor will crash in PIE when an Actor calls a method in a UObject that modifies some FString members in the UObject. In the Attached project, the UObject class contains two FString members and ...

Crash when rotating and resizing a Background Blur widget

UE - Editor - UI Systems - Feb 16, 2017

If the user rotates a background blur widget and then tries to resize it, this will cause the editor to crash Note: Widget cannot be opened if the widget is saved in this state. ...

Crash: Opening Project Browser from Launcher with VR Mode auto-entry enabled with HMD active (worn)

UE - Editor - Workflow Systems - Apr 24, 2017

If you enable VR Mode auto entry, close the project, and then attempt to launch the engine again from the Binary launcher while the HMD is active (being Worn), the Project Browser will crash ...

Physics Asset ignoring Root Bone Rotation collision in Skeletal Mesh.

UE - Simulation - Physics - Dec 20, 2018

**Physics collision ignores Capsule Collision, When Skeletal mesh root bone orientation is rotated in the Z-Axis, resulting in unexpected collision behavior.   Screen shot has been attached to de ...

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