Blueprint Class functions are overridden in packaged shipping project.

UE - Gameplay - Blueprint - Mar 14, 2015

When using a child blueprint that calls a parent blueprints tick and its functions, The event is not being called if you package the project for shipping Win (32-Bit) Pictures of the Parent BP are ...

Converted 4.7.2 project crashes on open after successful recompile

UE - Gameplay - Blueprint - Mar 13, 2015

User's Project is crashing since converting to 4.7.2. I have attached the project itself below, but after conversations with the user and seeing pieces of the project, this issue may be related to ...

Expand Node on a Function node deletes the Function node

UE - Gameplay - Blueprint - Mar 13, 2015

Expand Node on a Function node deletes the Function node. If the Function node is part of a group of nodes collapsed into a function, expanding that new function node will return all nodes except th ...

An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated

UE - Gameplay - Blueprint - Mar 13, 2015

An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated. Reproduced in 4.7.2 binary and Main (//depot/UE4 ...

The node wires in this project's MyCharacter blueprint do not animate during PIE

UE - Gameplay - Blueprint - Mar 13, 2015

The node wires in this project's MyCharacter blueprint do not animate during PIE. This also occurs with the NPC and AI Blueprints the first time you PIE, but the second time they animat as expected. ...

Undo Delete Subcomponent/Child Actor of Blueprint while Playing Causes Crash

UE - Gameplay - Blueprint - Mar 12, 2015

The title pretty much explains it all. When creating a blueprint and using a subcomponent or child within that blueprint, deleting the child actor, and then undoing while in play, causes crash. ...

The Spawn Actor from Class node's dropdown menu gets cut off when zoomed out

UE - Gameplay - Blueprint - Mar 12, 2015

The Spawn Actor from Class node's dropdown menu gets cut off when zoomed out. Reproduced in 4.7.2 binary and Main (//depot/UE4/Promotable-CL-2473270) ...

Local Vector variables in functions do not save the Y and Z values

UE - Gameplay - Blueprint - Mar 12, 2015

Local Vector variables in functions do not save the Y and Z values. Possibly connected: after entering the X value, pressing Tab does not move to the Y value. Tabbing from there works as expected. ...

Using a function to set button style causes a crash

UE - Gameplay - Blueprint - Mar 12, 2015

I user was using a function to set button styles and they found that this would cause their editor to crash when trying PIE ...

User defined structures cannot reference asset/object/class types in defaults

UE - Gameplay - Blueprint - Mar 12, 2015

Defaults for variables of asset/object/class type do not show up in the defaults panel in User Defined Structs. This severely limits their usefulness as a data definition. ...