Target pin creates compile errors unless value is set outside of node

UE - Gameplay - Blueprint - Jan 8, 2015

Some nodes have target pins that auto-fill to target: self. However, unless a value is passed into this node from a get or other means, the blueprint will not compile. ...

Clicking the Yellow Reset to Defaults Button on an exposed Value for struct Arrays always defaults to '0'

UE - Gameplay - Blueprint - Jan 8, 2015

When using the track builder plugin, the default settings for the track width starts at 1. However, when the yellow arrow is clicked to to restore the track back to default it sets it to zero instea ...

Get Blackboard Value with null input causes crash

UE - Gameplay - Blueprint - Jan 6, 2015

Getting a blackboard value as actor and setting an actor to that on tick causes crash. The real issue here is that you can use a function in BP (in this case `UBTFunctionLibrary::GetBlackboardValue ...

Large blueprint memory leak in project

UE - Gameplay - Blueprint - Jan 6, 2015

Attached project exposes memory leak in editor. Cause is not known but increases memory very quickly when running PIE. The amount of memory used does not return to normal after closing PIE and each ...

Inconsistent mobility when converting selected actors to a blueprint

UE - Gameplay - Blueprint - Jan 6, 2015

Noticed when replying to a user on the forums (link included) When using the "Convert to Class Blueprint" feature in the level editor to create a blueprint from the selected actors, the created blu ...

Duplicating a map crashes the editor (Blueprint compile crash)

UE - Gameplay - Blueprint - Jan 5, 2015

EDIT: Date: 1/21/2015 Adding the [Link Removed] Duplicating a map in the Content Browser crashes the editor. It does not matter if the map being duplicated is the currently open map or not. EDIT ...

Having more than one Show or Hide Toggle in Matinee Visibility Track causes a compile error in Level Blueprint

UE - Gameplay - Blueprint - Jan 5, 2015

Having a Matinee Controller in the Level Blueprint and a Visibility Track with multiple Show and Hides will cause a compile error in the Level Blueprint. ...

Duplicated Matinee Actors cause compile errors with Controllers in Level Blueprint

UE - Gameplay - Blueprint - Jan 5, 2015

Duplicating a Matinee Actor after having its controller placed in the Level Blueprint and then adding a controller into the Level Blueprint will cause a compile error on compile. *This error will s ...

When using Ctr+A and The Ctr+C in the TwinStickPawn Buleprint it will crash

UE - Gameplay - Blueprint - Jan 5, 2015

When using a combination of Ctr+A and then Ctr+C in the pawn blueprint of the twin sticks project it will cause a crash. ...

A Pass-by-Reference function input cannot accept a reference to Self

UE - Gameplay - Blueprint - Dec 30, 2014

A Pass-by-Reference function input cannot accept a reference to Self. Workaround: Cast from Self to the desired class and use that for the function's input. ...