Grandchild actor with IsEditorOnly enabled is duplicated during save the level.

UE - Gameplay - Components - Dec 6, 2019

IsEditorOnly is not reflected in grandchild actor when parent/child/grandchild are constructed with ChildActorComponent. This causes the issue that actor will increase incorrect when save the level. ...

Saving Level changes the Rotation of actors with parent-child relationships

UE - Gameplay - Components - Nov 14, 2019

According to the licensee report, UnrealMath.cpp (588) constfloat SINGULARITY_THRESHOLD = 0.4999995f; It seems that this can be avoided by changing the above value. However, changing SINGU ...

Undo and ConstructionScript break the AttachChildren array

UE - Gameplay - Components - Nov 14, 2019

Undo fills AttachChildren array with null by the undo serializer. After that, a construction script tries to remove child components from parent component's AttachChildren but it can't find its poi ...

Duplicating two nested components do not appear in the Component tree until the blueprint is compiled.

UE - Gameplay - Components - Oct 23, 2019

REGRESSION: No, this occurs as far back as 4.22. Duplicating two nested components can result in the duplicates not being visible in the component tree in the blueprint editor until the user compil ...

Multiple keys with the same value appear to be removed on Android for a Curve Table

UE - Gameplay - Components - Jul 8, 2019

When using a curve table on android it appears that keys with duplicate values are removed. Link: [Link Removed] ...

Component icon changes when undoing the adding of blueprint components

UE - Gameplay - Components - Jun 5, 2019

When the user adds two blueprint components to an actor blueprint, compiles the component blueprint, and then undoes adding one of them, the icon for the remaining component changes. This doesn't o ...

Crash when duplicating the Child Actor Component class

UE - Gameplay - Components - Jun 3, 2019

Creating a blueprint class with a child actor component and setting its actor class to Point Light, then copying and pasting it causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.1 ...

Actor Component gets displayed above Scene Component when making a new root

UE - Gameplay - Components - May 10, 2019

Making a scene component the new root component results in the actor component being displayed above the scene component hierarchy ...

Component names do not increment correctly when duplicating a component whose name ends with a number

UE - Gameplay - Components - Apr 10, 2019

REGRESSION: Yes, this does not occur in 4.21. This also occurred before CL 58120777, which fixed [Link Removed] Duplicating or Copy/Pasting a component whose name ends in a number does not increme ...

Duplicating blueprint instances in a level with added components causes instance to lose component hierarchy

UE - Gameplay - Components - Jan 28, 2019

Duplicating Blueprint Actor instances in a level with added Actor components causes instance to lose component hierarchy. ...