Event Tick is not running once packaged

UE - Gameplay - Components - Jul 20, 2015

Event Tick works when it's running on Windows however once it's packaged or even launched onto all platforms, the event tick does not work as anticipated. This happens on all platforms. *Project ca ...

Scaling Radius of capsule collision components fudges it

UE - Gameplay - Components - Jul 14, 2015

add a capsule component to a blueprint, and scrub the "radius" value with your mouse till it's as high as it can go. If you exceed the half-height value, your capsule is now totally fudged until yo ...

Compiler error on indirect blueprint component references when change is made to actorcomponent

UE - Gameplay - Components - Jul 10, 2015

When blueprints associated with the actorcomponent are open and changes are made to the actorcomponent, once it's compiled there are compiler errors on the indirect blueprints. ...

Crash on Check Always Create Physics State on Simulated Skeletal Mesh

UE - Gameplay - Components - Jun 25, 2015

When you place a Skeletal Mesh using a Simulated Physics Asset into a Blueprint, check Always create a Physics State and Save BP, crash. [Link Removed] Also reproduced in Main Promotable-CL-259954 ...

The DefaultSceneRoot's tooltip claims adding a new scene component will automatically replace it as the new root, but this is no longer true

UE - Gameplay - Components - Jun 24, 2015

The DefaultSceneRoot's tooltip claims, "Adding a new scene component will automatically replace it as the new root", but this is no longer true in 4.8 and 4.9. Instead, the DefaultSceneRoot remains ...

Inherited components in Child Blueprints cannot be dragged into the Event Graph to access their variables

UE - Gameplay - Components - May 6, 2015

Inherited components in Child Blueprints cannot be dragged into the Event Graph to access their variables. Searching for the Getter in the Event Graph works as expected. This seems inconsistent with ...

Dynamically Created Hierarchical Instanced Static Mesh Component Reset with Wind Directional Source

UE - Gameplay - Components - May 6, 2015

A HISMC (Hierarchical Instanced Static Mesh Component) created dynamically through blueprints has its simulation reset by the Wind Directional Source. "The HISMC needs to get spawned from an Actor ...

Spline Array created in code cannot be edited in a blueprint

UE - Gameplay - Components - Apr 20, 2015

If a TArray of spline components is created in code it is not possible to edit/add nodes to the spline inside a blueprint. ...

Animating blueprint mesh duplicates uncontrollably

UE - Gameplay - Components - Apr 15, 2015

When animating within a blueprint of a subclass created in c++, the animating mesh replicates itself uncontrollably. Added to .h: UPROPERTY() UBoxComponent* BoxComp; UPROPERTY() USkeletalMeshCompo ...