Properties of a struct within an object that is instanced inline inside an ActorComponent cannot be edited.

UE - Gameplay - Blueprint - Mar 17, 2015

If an object containing a struct is instanced inline inside ActorComponent, the properties of the struct cannot be edited. This only happens if the ActorComponent is added to a class by using Create ...

Variables incorrectly returning as Out of Scope when watched

UE - Gameplay - Blueprint - Mar 17, 2015

Variables that are not local to the blueprint are returning as "out of scope" when watched. ...

Event Dispatcher name changes do not propagate to related nodes until the editor is restarted

UE - Gameplay - Blueprint - Mar 17, 2015

Event Dispatcher name changes do not propagate to related nodes until the editor is restarted. This does not appear to affect functionality in 4.7.2. In Main, the nodes must be refreshed to restore ...

Timeline name changes do not propagate to related nodes

UE - Gameplay - Blueprint - Mar 17, 2015

Timeline name changes do not propagate to related nodes. Refresh All does not rename nodes that reference the timeline, and Getters and Setters are no longer valid nodes. Reproduced in 4.7.2 binary ...

Using a struct to set a button style causes a crash

UE - Gameplay - Blueprint - Mar 17, 2015

If a struct is give a button style as one of its variables and then that variable is in turn used to set the button style of a button widget the editor will crash when trying to save ...

Merge tool icons broken in user's project

UE - Gameplay - Blueprint - Mar 16, 2015

User did convert the project to 4.7.2, but they don't know which project it was made with originally (all he gave me was that it was a long time ago) Unable to repro by converting projects (code an ...

Get Data Table Row cannot accept non-literal Data Table input information

UE - Gameplay - Blueprint - Mar 16, 2015

Get Data Table Row node cannot accept non-literal input in the "Data Table" input. Additionally, this cannot be promoted to a variable. ...

When an event on a component that is called from an actor's constructor is deleted, the editor crashes

UE - Gameplay - Blueprint - Mar 16, 2015

When an event on a component that is called from an actor's constructor is deleted, the editor crashes. ...

Access None errors creating log spam in user's project when editing BP

UE - Gameplay - Blueprint - Mar 16, 2015

Access None errors creating log spam in user's project when he is editing the BP. This causes a gradual, but significant, increase in the Editor's memory usage. It appears to occur with a a refere ...

Changing the names of inputs in a collapsed graph can change connected inputs in other collapsed nodes

UE - Gameplay - Blueprint - Mar 15, 2015

Changing the names of inputs in a collapsed graph can change connected inputs in other collapsed nodes. Reproduced in 4.7.2 binary and Main (//depot/UE4/Promotable-CL-2478413) ...