Creating a class derived from Trigger Base or its subclasses fails in editor

UE - Gameplay - Apr 30, 2015

Attempting to create a class with the parent set to Trigger Base, Trigger Box, Trigger Capsule, or Trigger Sphere will fail to create the class ...

Construction Script fires multiple times when the Const Script is compiled

UE - Gameplay - Blueprint - Apr 30, 2015

Construction Script fires multiple times when the Const Script is compiled. If the character is moved on the grid in the level, it will only fire once. It only seems to be an issue on bp compile. ...

IgnoreActorWhenMoving node doesn't work if the actor variable is set per instance

UE - Gameplay - Apr 30, 2015

IgnoreActorWhenMoving node doesn't work if the actor variable is set per instance. ...

A Mesh that is attached to a skeletal mesh by a Socket will not accurately follow when transitioning from animation to ragdoll

UE - Gameplay - Apr 29, 2015

A Mesh that is attached to a skeletal mesh by a Socket will not accurately follow when transitioning from animation to ragdoll. This is potentially due to the Frame Delay that the engine uses. ...

Set Material from a Spawned Class renders World Default Material

UE - Gameplay - Apr 29, 2015

When using a Blueprint to Spawn an Actor Class then using a Set Material Node, the engine will register a material change but will only show the World Default Material. Also Reproduced in Main Prom ...

OnTextCommitted for a Text Box will execute multiple times

UE - Editor - UI Systems - Apr 29, 2015

The OncTextCommitted event for the Text Box executes multiple times. Testing has shown that it will execute 2-5 times with only one submission. It should only be executing once per time text is subm ...

BP Component breaks GPU Collision

UE - Graphics Features - Apr 29, 2015

When an Arrow Component is added to a blueprint and made visible in Game, a GPU Particles collision will fail until the arrow component is outside the Camera Frustum or turned back to hidden in game ...

Destroying actor sets object to 0,0,0 for one frame before actually destroying

UE - Gameplay - Apr 29, 2015

Actors destroyed are set to 0,0,0 for one frame, which causes collision temporarily before they are completely removed. This only occurs on objects that are attached to a component using the attach ...

Lighting does not properly affect landscapes under another landscape, even if Static Lighting Resolution is increased

UE - LD & Modeling - Terrain - Landscape - Apr 29, 2015

Lighting does not properly affect landscapes that are below another landscape, even after static lighting resolution is increased. This results in some areas that should be completely shadowed to ha ...

While using an Actor Component, Simulate Physics cannot be toggled with a Click Event if Substepping is enabled

UE - Simulation - Physics - Apr 29, 2015

While using an Actor Component, Simulate Physics cannot be toggled with a Click Event if Substepping is enabled. If Substepping is off, everything works fine. This seems to only happen if an Actor ...