Foliage does not paint on actors that have "auto generate collision" turned off during import

Tools - Oct 11, 2016

Foliage does not paint on actors that have "auto generate collision" turned off during import. Regression (yes) issue (does not) occur in 4.12.5 ...

Changing All Curve Types For Morph & Material Curves Crashes The Engine

OLD - Anim - Oct 11, 2016

If you have more than one variable curve in an animation and they are different types (either morph or material) the editor will crash if you attempt to change all of them to one or the other at the ...

TArray marked as Instanced in a component class cannot be edited per instance

UE - Gameplay - Blueprint - Oct 11, 2016

If a TArray declared in a component class has the UPROPERTY specifier "Instanced", then attempts to edit an instance of the array in the editor viewport after adding the component to a blueprint doe ...

Sculpting on Edge of Landscapes produces Random results on Mac

UE - LD & Modeling - Terrain - Landscape - Oct 10, 2016

When sculpting on the edges of landscapes, the changes in the landscapes height can be random and inconsistent. The user reporting this issue tested on an iMac 5k with AMD Radeon R9 M395X 4096 MB. ...

The hover state for a button is given instead of a click when using touch on mobile

UE - Editor - UI Systems - Oct 10, 2016

The hover state for a button is given instead of a click when using touch on mobile. The user must click twice to get the first button "Click" and the hovered state remains until the user holds ther ...

Setting variable type to an object reference prevents the variable from showing on the Get Class Defaults node

UE - Gameplay - Blueprint - Oct 10, 2016

Any variable with the type of any object reference (Actor, curve float, etc.) causes the variable not to appear on the Get Class Defaults node. Regression: No - issue occurs in binary 4.12.5 as wel ...

Teleport node sets the movement mode for a pawn back to default

UE - Gameplay - Oct 10, 2016

Teleport node sets the movement mode for a pawn back to default. The current movement is overridden by the default after using teleport node ...

Crash undoing "replace actor with" when replaced object constructs child actors

UE - Gameplay - Oct 10, 2016

The problem seems to be that the construction scripts doubled up all the BlueprintCreatedComponents, so there are now 2 scene components(actually the same one duplicated) and now 2 child actor compo ...

Ctrl+Dragging multiple pins at once will sometimes drop pins

UE - Gameplay - Blueprint - Oct 7, 2016

Ctrl+Dragging multiple pins at once will sometimes drop pins This is a regression. The same setup was working in 4.12.5, but isn't working in 4.13.1 & Main (4.14) User Description: Blueprint conn ...

Editing InlineEditConditionToggle variable value causes editor to crash

Tools - Oct 7, 2016

Editing property with InlineEditConditionToggle meta specifier causes the editor to crash. Workaround: Calling Super::PostEditChangeProperty after property changing code prevents crash from occurri ...