Clicking "Pause on Impact" with in the details of the InterpToMovement component will cause a crash

UE - Gameplay - Blueprint - Apr 30, 2015

When checking the "Pause on Impact" check box within the details panel for the InterpToMovement component, the editor crashes ...

'Set Playback Position' node fires Timeline event even if 'Fire Events' is set to false

UE - Gameplay - Apr 30, 2015

'Set Playback Position' node fires Timeline event even if 'Fire Events' is set to false. User Description: Basically using the set playback position node to set a new time position for a timeline ...

Details panel is cleared when a component with the mobility setting of "Non-Scene Component" is selected and the compile button is pressed

UE - Gameplay - Blueprint - Apr 30, 2015

If the user has a component that is of the mobility setting of "non-Scene Component" selected and this hits the compile button, the details panel will be cleared. The following are example compone ...

ShowOnlyInnerProperties (Meta UPROPERTY tag) doesn't work in some cases

Tools - Apr 30, 2015

ShowOnlyInnerProperties doesn't work when the struct in question is either in an array or in an outer struct in an array. (There may be other broken cases as well.) Example: USTRUCT() struct Str ...

Calling UBehaviorTreeComponent::StopTree from a BT node can result in a crash

UE - AI - Apr 30, 2015

This is in general not encouraged, but should not crash. The reason it's crashing is that in UBehaviorTreeComponent::Tick we process node ticks first and then try to access InstanceStack[ActiveInst ...

AIController.BrainComponent not being set to user-created BehaviorTreeComponent instance

UE - AI - Apr 30, 2015

If a user manually created a UBehaviorTreeComponent for his custom AI controller, but forgets to set AIController.BrainComponent to point at that BT component then a fair amount of assumptions break ...

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. ...