While renaming a variable in the Details panel, clicking another variable will rename it instead

UE - Gameplay - Blueprint - Feb 11, 2015

While renaming a variable in the Details panel, clicking another variable will rename it instead. ...

Void Interface functions cannot be overridden in Blueprints

UE - Gameplay - Blueprint - Feb 10, 2015

A Blueprint Interface function that does not have an Output cannot be overridden in a Blueprint implementing that function. The function does not appear in the Interface section of the My Blueprint ...

AnimBP Bug: Print string triggered though not referenced

UE - Gameplay - Blueprint - Feb 10, 2015

Newly created animation blueprints will fire themselves during any form of PIE if they have been newly created during that session and even if no assets in the scene reference them at all. Restartin ...

[Bug] 4.7.0 preview 5: Cannot add events for the main component of the SkeletalMeshActor

UE - Gameplay - Blueprint - Feb 9, 2015

In UE4.7 Preview 5, cannot add events for the main component of the SkeletalMeshActor. (see screenshot.) ...

Math nodes do not display "Node comments" above them

UE - Gameplay - Blueprint - Feb 9, 2015

When right clicking a math node such as "Byte * Byte" and then adding a comment to it, you can not have the comment displayed above the node. There is no option to do so. ...

Overridden Interface Functions in Child BPs lose array output pins after closing/reopening the project and become invalid

UE - Gameplay - Blueprint - Feb 7, 2015

Overridden Interface Functions in Child BPs lose array output pins after closing/reopening the project and become invalid. Reproduced in Main //depot/UE4/Promotable-CL-2434822 ...

Most variable types that do not reference a specific Actor in the level cannot have defaults set in Structs

UE - Gameplay - Blueprint - Feb 7, 2015

Most variable types that do not reference a specific Actor in the level cannot have defaults set in Structs. While this makes sense for Actor references, I don't see why a Struct couldn't reference ...

Editor crashes when attempting to open maps and modes subcategory after changing player pawn from migrated content folder location that gamemode is referencing

UE - Gameplay - Blueprint - Feb 6, 2015

The editor crashes when a user attempts to open the maps and modes subcategory of project setting while using a gamemode from migrated content, then moves the player pawn in the content browser to a ...

Format Text node accepts breakpoints w/o execution pins

UE - Gameplay - Blueprint - Feb 6, 2015

Even though the Format Text node does not have any execution pins it is possible to put a breakpoint on the node. NOTE: The breakpoint appears as a yellow circle and does not trigger when the code ...

Can add pins to nodes during PIE

UE - Gameplay - Blueprint - Feb 5, 2015

Pins can be added to blueprint nodes during read only modes, such as PIE. ...