Distance Fields no longer work with instances when PIE/Simulate

UE - Graphics Features - Apr 20, 2015

When using distance fields with instance meshes from the foliage tool everything works correctly, however, when simulating or PIE the distance fields will be removed. This working correctly in 4.7.5 ...

Crash with for loop and TArray in constructor to generate multiple StaticMeshComponents

UE - Foundation - Core - Apr 20, 2015

Using a TArray to store multiple components being setup inside a for loop of a constructor will crash on project open. Crash Reporter: [Link Removed] ...

Scaling pivot ignores pivot being used

UE - Gameplay - Apr 20, 2015

Scaling pivot of an actor does not scale correctly unless used for all directions. ...

Replication variable is incorrect in Details panel

UE - Gameplay - Blueprint - Apr 20, 2015

When setting a replicated floating variable, the replication doesn't appear correctly within the replication section of the Details Panel. ...

Cannot create a return node with an execution pin only for a function

UE - Gameplay - Blueprint - Apr 20, 2015

The user can not create a return node for a function that only has an execution pin if they create the function via the my blueprint panel. However, if they create a function by collapsing down a se ...

Static Mesh Component variable defaults cannot be set in the Details panel

UE - Gameplay - Blueprint - Apr 20, 2015

Static Mesh Component variable defaults cannot be set in the Details panel. No options are available in the dropdown, even if the Blueprint already has StaticMesh components assigned. Reproduced in ...

Spline Array created in code cannot be edited in a blueprint

UE - Gameplay - Components - Apr 20, 2015

If a TArray of spline components is created in code it is not possible to edit/add nodes to the spline inside a blueprint. ...

Construction script is running more than once when hitting the compile button

UE - Gameplay - Blueprint - Apr 20, 2015

When the compile button is pressed the construction script will run 3 times. ...