"+Create Binding" added to a "Text Block" makes the Text not visible in Standalone Game

UE - Editor - UI Systems - Sep 6, 2017

The visibility of the Text depends on the "+Create Binding" being added or not added. Now, If we go into our Widget Blueprint Designer > over in the Details panel under Content > Select "Bind" and ' ...

Vertex Colors distort after merge actors is used

OLD - Anim - Sep 11, 2017

When using the merge actor tools with Vertex colors painted on, the resulting mesh will have those colors distorted. This issue occurs only with the resulting static mesh. This issue is a regression ...

Cameras rotate incorrectly in Sequencer when using Key All and Auto-Key options

UE - Anim - Sequencer - Dec 14, 2018

Sequencer is having issues handling a camera rotation going past -180 or 180 degrees with multiple keyframes when Key All and Auto-Key options are enabled. This results in unwanted 180 degree flip w ...

Crash in Debug Camera (patch provided in comment !)

UE - Gameplay - Feb 12, 2019

Hello, A licensee has reported us a crash in DebugCameraController / DebugCameraHUD.  It is due to a missing check in ADebugCameraHUD::PostRender() of SelectedActor set in ADebugCameraController ...

Wrong IDE loads when Visual Studio 2019 is selected

UE - Foundation - Cpp Tools - May 22, 2019

Visual Studio 2019 does not load even when it is selected as the chosen IDE. Instead the editor loads Visual Studio 2017. If you create a new C++ class after switching the IDE and restarting the Edi ...

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

Landscape has a seam when scale is set to a decimal

UE - Graphics Tools - Terrain - Landscape - Jan 13, 2023

Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue does occur so it is not a regression. This issue occurs if the scale set for the landscape has a decimal value that is not 0.5. Sett ...

BP timelines: when converting internal curve to external, the external curve isn't used until BP is recompiled

UE - Gameplay - Blueprint Editor - Aug 28, 2023

Blueprint timelines: when converting an internal curve to an external curve asset, the curve asset's data isn't used until the blueprint is recompiled. This is confusing as there is no indication th ...

'GetClassDefaults' Can Cause Blueprint To Become Modified When Unrelated Blueprint Is Compiled

UE - Gameplay - Blueprint - Sep 22, 2023

The stems from a really old change (CL 2948683) to fix [Link Removed]. Compiling ObjectA will call RefreshExternalBlueprintDependencyNodes on its dependent BP,  ObjectB_ReferencesA, which reconstru ...

Expand Node crashes engine

UE - Gameplay - Blueprint - Dec 4, 2014

The engine crashes when after right-click > Expand Node on any composite node. Crash Report: [Link Removed] ...