Data Only blueprints Class Defaults page become uneditable during runtime

UE - Gameplay - Blueprint - Aug 7, 2015

During runtime, a data only blueprint's class defaults tab becomes greyed out and uneditable during runtime. The values for specific instances can still be edited via the detail's pane. ...

UHT will fail to build a project that contains a BlueprintPure UFUNCTION that returns an ENetMode value.

UE - Foundation - Core - Aug 5, 2015

Marking a function as BlueprintPure will result in a UHT build failure in Visual Studio if the function returns an ENetMode value. The ENetMode enum is not marked as a UENUM(), causing the build to ...

Activating physics on a component will break movement for the component

UE - Gameplay - Aug 4, 2015

Setting simulate physics for a component of an actor will cause that component to not react when the actor root is updated. ...

Blueprint derived from C++ class not saving correctly

UE - Gameplay - Blueprint - Jul 27, 2015

The blueprint that the user is using loses some data when the editor closes and reopens despite saving all of the content. Note: Currently unsure of what exactly causes this but as I am able to rep ...

Event ActorBeginCursorOver does not appear to be working

UE - Gameplay - Jul 27, 2015

When using the event ActorBeginCursorOver the event does not fire off when the cursor hovers over the actor. ...

Light as if Static Does not persist on Minimal Default level after save and Restart

Tools - Jul 17, 2015

Loading a new project with starter content and changing the table from static to movable, and changing to light as if static, the option does not persist after save and restart. ...

Function calls inside destructor are not called when expected.

UE - Gameplay - Blueprint - Jul 13, 2015

Functions called in the destructor are not being called properly. Setting a call to AddOnScreenDebugMessage is displayed at the start of PIE rather than when the actor's destroy is called. ...

Set World Location at Spline Point node doesn't change spline point locations

Tools - Jul 10, 2015

The Set World Location at Spline Point node does not correctly update the location of the indicated spline. ...

Struct array variables interpret multiple Structs as the same if they have the same values

UE - Gameplay - Blueprint - Jul 7, 2015

Struct array variables interpret multiple Structs as the same if they have the same values. This does not occur if the values in the Structs added to the array are different. Test project in 4.8.1 ...

UMG Tooltips are tiny and unreadable

UE - Editor - UI Systems - Jul 1, 2015

When hovering over tooltips, the windows pop up at a very small, unreadable size. ...