Comparing BB entries doesn't work

UE - AI - Feb 25, 2015

UBlackboardComponent::CompareKeyValues contains a bug and instead of using KeyType's default class object it uses UBlackboardKeyType's which results in comparison of memory addresses. This obviously ...

Removing created event from level BP crashes editor if event is tied to object in level

UE - Gameplay - Blueprint - Feb 21, 2015

UPDATE: 2/23/2015 Crash is limited to 4.6.1, does not occur in 4.7 Preview 8 or later builds (CL#2448202). ========================================================== Editor crashes if an event is ...

Set Timer node does not stop the timer if it is set to zero by the Custom Event

UE - Gameplay - Feb 20, 2015

Set Timer node does not stop the timer if it is set to zero by the Custom Event. This is also true if Set Timer Delegates are used. ...

Creating an exposed variable does not always update correctly to the bp's Details panel

UE - Gameplay - Blueprint - Feb 20, 2015

Creating an exposed variable does not always update correctly to the bp's Details panel. They will show as having multiple values until the bp is clicked off and back onto. ...

TargetArray nodes are reported as invalid if played in Standalone mode but not in PIE

UE - Gameplay - Blueprint - Feb 20, 2015

TargetArray nodes are reported as invalid if played in Standalone mode and the blueprints they are contained in are not rendered. Playing in PIE however works correctly and all blueprints are rende ...

Parent Begin Play node does not appear to run the parent code class BeginPlay() function before the rest of the Blueprint's Begin Play functionality

UE - Gameplay - Blueprint - Feb 19, 2015

If a Blueprint event graph contains a Begin Play node that connects to a call to the parent function, the functionality present in the Blueprint Begin Play segment is run before the parent Begin Pla ...

FIXIF: Using the Merge Blueprints feature crashes the editor

UE - Gameplay - Blueprint - Feb 18, 2015

Using the Merge Blueprints feature crashes the editor. This repro is for clicking between the error and warnings while merging, but the editor will generally crash if the Merge is finished or if an ...

Text does not scale when using the "Draw Text" node in a HUD blueprint

Tools - Dec 15, 2014

When using the "Draw Text" node in a HUD blueprint the text will not respond to the change scale feature of the the node. It can even be set to zero and the scale does not change from the default. ...