Cannot get input from input device without Controller already being created

Tools - May 1, 2015

Controller 2 is not getting routed to the scene viewport unless the viewport has been clicked. ...

Custom Blend Graph read only after copy/paste of State Nodes

OLD - Anim - Apr 30, 2015

When copy/pasting a state network, if any transition has Custom Blend Logic, the Custom Blend Graph becomes read only in the pasted version. ...

Distance Field Artifact with Point/Spot Lights with Mesh scaled to 0 on XYZ

UE - Graphics Features - Apr 30, 2015

When using a Spot/Point Light with Distance Fields enabled and a mesh that is scaled to 0 on the XYZ will result in artifacts. ...

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

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

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