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

Self Referencing Widget in a Player controller corrupts player controller blueprint

UE - Gameplay - Blueprint - Feb 20, 2015

If a the "Create Widget" node is called with an event tick and is uses a self reference (for the target player) inside the player controller it will make it so that the Player Controller blueprint c ...

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

If a custom code class is modified and a Hot Reload performed, any existing unsaved Blueprints derived from that class can no longer be saved.

UE - Gameplay - Blueprint - Feb 19, 2015

When a custom code class is changed and a Hot Reload is performed, any Blueprints previously made from that class can no longer be saved. Possibly related to [Link Removed]. WORKAROUND: Close and ...

Performing a Hot Reload after changing a custom component code class can make the component unusable in Blueprints, or crash the Editor.

UE - Gameplay - Blueprint - Feb 19, 2015

Performing a Hot Reload after altering a custom component code class can make the component unusable in Blueprints, and even crash the Editor. WORKAROUND: Close and re-open the Editor. ...

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

Off screen nodes snapping back in to place after alterations in blueprints

UE - Gameplay - Blueprint - Feb 16, 2015

After deleting a node, other off screen nodes tend to snap back into place when panning across the blueprint. ...

If a pin is added to a node and then split only one of the pins can be removed

UE - Gameplay - Blueprint - Feb 16, 2015

If a user adds a Vector+Vector node, adds a pin, Splits the new pin, and then removes a pin the option to remove the other two remaining pins is not available. ...

Custom structure in blueprint corrupts Project

UE - Gameplay - Blueprint - Feb 12, 2015

Adding a custom Struct appears to crash the user project (possibly circular reference issue ) ...