Using shortcut to find actor reference in level blueprint opens additional eventgraph windows in level blueprint editor

UE - Gameplay - Blueprint - Feb 24, 2016

Using shortcut to find actor reference in level blueprint opens additional Eventgraph windows in level blueprint editor despite the event graph containing the reference being open already. ...

Is hovered for a scroll box does not switch back to false when no longer hovering

UE - Editor - UI Systems - Feb 24, 2016

If the user uses the is hovered node with a scroll box, the node will return true no matter what once the scroll box has been hovered once. ...

DOF effect set with negative near transition region causes Massive FPS loss moving into Focal Region

UE - Graphics Features - Feb 11, 2016

With a Bokeh DOF setup that essentially places the Near Transition Region into a Negative Space (or non-existence) the FPS drops dramatically from out of focus region to in focus region. In Focal R ...

references to interfaces remain in blueprints after being deleted when copying functions

UE - Gameplay - Blueprint - Nov 17, 2015

If an interface is deleted from a blueprint and the functions are copied over references to the interface remain in the reference viewer of the editor. ...

Private functions can be called in other blueprints

UE - Gameplay - Blueprint - Nov 2, 2015

Private functions within a blueprint can be called from other blueprints. A warning does appear but the function is run despite this warning. ...

While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel

UE - Gameplay - Blueprint - Oct 27, 2015

While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel. Tested with an empty reroute node as noted below as well as a Set Timer node. Reproduc ...

Inconsistent physics simulation occurring with vehicles

UE - Simulation - Physics - Oct 12, 2015

Physics seems to be highly unpredictable when it comes with Wheeled Vehicles, where the results of the physics changes each time it is simulated. ...

Changing the name of a variable that references a Blackboard Key inside a Task removes the Key reference inside the Task's node in the Behavior Tree

UE - Gameplay - Blueprint - Oct 5, 2015

Changing the name of a variable that references a Blackboard Key inside a Task removes the Key reference inside the Task's node in the Behavior Tree. Clicking on the Behavior Tree's Task node that r ...

A Behavior Tree reference to a Blackboard Key will become invalid when the name of the Key is changed in the Blackboard

UE - AI - Oct 5, 2015

A Behavior Tree reference to a Blackboard Key will become invalid when the name of the Key is changed in the Blackboard. Clicking on the Behavior Tree node that references the key will update the ke ...

Blueprint macros with wildcard arrays fail to compile when nested

UE - Gameplay - Blueprint - Oct 2, 2015

If a user makes a macro with a wild card array and then nests it inside of another macro. The wild card array will throw the following error. This can also happens with a StandardMacro like For Each ...