Launching game through Right click > Launch game feature from the file location with crash 4.5

UE - Gameplay - Blueprint - Jan 26, 2015

When launching the game with the -game flag or through right click > launch game in the project folder will result in a crash in 4.5 if there is a library containing a macro. ...

Macro functions with exec pins disconnected within the macro do not show logic flowing to macro during PIE

UE - Gameplay - Blueprint - Jan 22, 2015

Macro functions with exec pins disconnected within the macro do not show logic flowing to macro during PIE ...

If one or more elements are set in the SensesConfig property of an AIController class containing the AIPerceptionComponent, the elements are reset to None when the Blueprint is compiled.

UE - Gameplay - Blueprint - Jan 22, 2015

After adding an AIPerceptionComponent to a custom AIController class, any elements added to the SensesConfig array are reset to None when the Blueprint is compiled. This is related to [Link Removed ...

There is no way to add a value to an Actor variable in a Data Table

UE - Gameplay - Blueprint - Jan 21, 2015

There is no way to add a value to an Actor variable in a Data Table. Currently, Structs accept Actor as a variable type, though no default value can be set. If a Data Table is made from a Struct wit ...

Macro Libraries do not update after rename

UE - Gameplay - Blueprint - Jan 21, 2015

Macro Libraries can only be called by their original name, even after being renamed to something different. ...

Using Blueprint Interface functions that take other Interfaces as parameters can cause the Editor to crash in PIE mode.

UE - Gameplay - Blueprint - Jan 20, 2015

If a Blueprint Interface function takes other Interfaces as parameters, and a circular dependency is present, the Editor will crash when the interface is called. CRASH REPORT: [Link Removed] CALLS ...

The Ease function's Blend Exp reverts to its default value after closing/reopening the editor

UE - Gameplay - Blueprint - Jan 20, 2015

The Ease function's Blend Exp reverts to its default value after closing/reopening the editor. Reproduced in 4.6.1 binary and in Main (CL-2408355). ...

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