Overridden Interface Functions in Child BPs lose array output pins after closing/reopening the project and become invalid

UE - Gameplay - Blueprint - Feb 7, 2015

Overridden Interface Functions in Child BPs lose array output pins after closing/reopening the project and become invalid. Reproduced in Main //depot/UE4/Promotable-CL-2434822 ...

UMG Throbber is not showing in project when using 'Set Number of Pieces' node off of Event tick

UE - Editor - UI Systems - Apr 22, 2015

If you add a throbber to a UMG Blueprint and use the Graph of the Blueprint to change the 'Set Number of Pieces' and use 'Event Tick' to tick the widget, the throbber widget will not appear on scree ...

Renaming Blackboard Key Not Updating Behavior Tree References

UE - AI - May 17, 2016

When renaming a blackboard key using the Entry Name box in the key's details panel, the names of the references in the behavior tree are not updated automatically. This is inconsistent behavior be ...

MaterialCurve of AnimSequence is not working with LOD 1~ if assigned Material manually

OLD - Anim - Apr 3, 2015

MaterialCurve of AnimSequence is not working with LOD 1~ if assigned Material manually. Assigning material to LOD0 seems sharing material info with other LODs but material info is never shared if as ...

Replacing Selected Actors does not replace all references.

Tools - Oct 21, 2015

When using the "Replace Selected Actors with" feature in the editor, references to the replaced actor are not updated to reference the new actor (where valid). They will appear to be replaced until ...

Screen space reflection flickering

UE - Graphics Features - Nov 26, 2019

Flickering is occuring when using a reflection material with screen space reflection enabled. Did not start occuring until 4.19 and beyond.  Tested in: 4.23.1 CL#9631420, 4.24 P3 CL#10283392, 4 ...

Editor Crash when changing Default Properties of a TArray of UStucts containing an InlineEditConditionToggle property in Blueprint Parent Class

UE - Editor - Workflow Systems - Apr 5, 2024

This bug causes an editor crash. This crash occurs when changing the default values of a UStructs properties that are used as EditConditions, when they are set to InlineEditConditionToggle within a ...

Adding a StaticMeshComponent pointer to a derived StaticMeshComponent class has inconsistent behavior

UE - Gameplay - Components - Aug 6, 2015

Adding a UStaticMeshComponent pointer to a class derived from StaticMeshComponent allows for two meshes to be set by a single component. Setting two meshes inside a blueprint this way will only allo ...

Class Defaults do not show Texture variables when called from other blueprints

UE - Gameplay - Blueprint - Sep 30, 2015

If class defaults are accessed in an actor blueprint from another blueprint, texture variables will not appear in the class defaults list on the "Get Class Defaults" node. ...