Editor crash when spawning character from template

UE - Gameplay - Components - May 18, 2017

Spawning a character using an existing character as a template causes the spawned character to inherit the animation of the original and may lead to a crash. This appears to be unique to character ...

Actor Component will not trigger other latent actions while paused if there is no Event Tick

UE - Gameplay - Components - Apr 27, 2017

An Actor Component set to Tick When Paused will not update latent actions when paused if there isn't an enabled Event Tick node in it. ...

Child rotation appears to change when parent is negatively scaled and the map is saved using "Save Current" button

UE - Gameplay - Components - Apr 13, 2017

Child rotation appears to change when parent is negatively scaled and the map is saved using "Save Current" button. If this is then followed up by re-opening the map, the user's asset will experienc ...

Child actor component removed when changing the class of a child actor component

UE - Gameplay - Components - Mar 27, 2017

Child actor component removed when changing the class of a child actor component. Only the default class for the child actor component is used. If the user attempts to change the class the child act ...

Opening / Compiling class with ChildActorComponent causes the ChildActor package to be marked dirty.

UE - Gameplay - Components - Mar 24, 2017

Looks like this is a problem where the Actor is Duplicated due to constructions scripts running. Later, when the duplicate is destroyed all of its components will call RemoveOwnedComponent as they'r ...

Hot Reload: Component bCanEverTick is not updated after compile

UE - Gameplay - Components - Mar 15, 2017

Setting PrimaryComponentTick.bCanEverTick in a custom actor component's constructor does not does not stop the component from ticking after compile. ...

Incorrect error message when child actor mobility doesn't match

UE - Gameplay - Components - Feb 21, 2017

When the mobility type of a child actor component and the class it is spawning are incompatible the error message no longer makes sense. ...

Event Graph 'Begin Overlap' event fires while not in Simulate or PIE

UE - Gameplay - Components - Feb 20, 2017

Event Graph 'Begin Overlap' event fires while not in Simulate or PIE. It seems to somehow be linked to the components. If the actor contains a Box Collision component and either a Static Mesh comp ...

Preserve Non-Uniform Scale doesn't work for child actors

UE - Gameplay - Components - Feb 16, 2017

Preserve Non-Uniform Scale doesn't work for child actors when they are scaled smaller than the parent. Licensee Description: I just noticed that the option does not seem to work if the object is p ...

Instanced nested subobjects will get reset to default when edited in components detail panel

UE - Gameplay - Components - Feb 16, 2017

UActorComponents don't currently allow subobjects that are UActorComponents. However, this also prevents them from having "normal" instanced UObjects. The UObjects can be added to an ActorComponent ...