Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self (4.8)

UE - Gameplay - Blueprint - Jan 20, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...

The Delay node cannot be added to the StandardMacros bp in the Engine folder

UE - Gameplay - Blueprint - Jan 19, 2015

The Delay node cannot be added to the StandardMacros bp in the Engine folder. However, the Delay node can be added to a new Macro Library bp and any Macro in an actor class blueprint. ...

The default values of a Struct variable in a Blueprint will return to the default values of the Struct on compile when all values are set to 0

UE - Gameplay - Blueprint - Jan 19, 2015

The default values of a Struct variable in a Blueprint will return to the default values of the Struct on compile when all values are set to 0. Possibly related to [Link Removed] Tested in 4.6.1 a ...

Collapsed Nodes do not have execution pins highlight during use

UE - Gameplay - Blueprint - Jan 16, 2015

When nodes are collapsed in editor, the execution pins to the nodes do not light up to show their use. ...

Editor Crashes when copying/pasting a custom event function that was within a separate function to an event graph if the custom event was created in another blueprint

UE - Gameplay - Blueprint - Jan 16, 2015

Editor crashes when a custom event node is called as a function within a different blueprint in a separate function, then copied and pasted into the event graph of the second blueprint, the executio ...

Attempting to open a certain blueprint (NewPickup) crashes project

UE - Gameplay - Blueprint - Jan 16, 2015

Acquired a blueprint from a user cannot open it. It crashes project when opening the blueprint "NewPickup" ...

Using Execute Console Command in a custom Game Instance causes Standalone Game to crash

UE - Gameplay - Blueprint - Jan 15, 2015

Using Execute Console Command in a custom Game Instance causes Standalone Game to crash. Also occurs in 4.6.1: CL-2386410 and 4.7 Preview: CL-2403078 Crash Report: [Link Removed] Call Stack:UE4Ed ...

Hot Reload does not update blueprint pins

UE - Gameplay - Blueprint - Jan 15, 2015

When changing the variable type or return type of a function in code and hot reload in the editor, blueprints that use the variable/function do not have their pins updated until the editor is closed ...

Collapse to Function creates a return node that cannot be deleted

UE - Gameplay - Blueprint - Jan 15, 2015

Collapse to Function creates a ReturnNode that cannot be deleted. When creating a new Function, the ReturnNode is not mandated like this, so this seems inconsistent. Included is a screenshot of thi ...

Blueprint Break on Exceptions does not work with Accessed None errors

UE - Gameplay - Blueprint - Jan 14, 2015

The experimental feature Blueprint Break on Exceptions does not work with Accessed None errors. To test, create an actor variable in a blueprint and use it as an input to a function without having s ...