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 ...
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 ...
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. Assigning material to LOD0 seems sharing material info with other LODs but material info is never shared if as ...
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 ...
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 ...
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 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 ...
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. ...