Fix InstancedStaticMesh RemoveInstance invalidating indices

UE - Gameplay - Oct 26, 2016

When removing instances from an ISMC, indices / indexes returned from AddInstance will be invalidated. This can cause issues for users that want to do custom management of instances. Using something ...

Multiple monitors bug with UE 4.14 on Mac

UE - Platform - Apple - Oct 26, 2016

In UE4.14, the Editor freezes and is unresponsive and/or user cannot use any element of the editor in the second display Regression: this did not occur in previous versions of the Engine: tested in ...

Skeletal mesh always registers as Dynamic when testing collision

UE - Gameplay - Oct 26, 2016

Skeletal meshes do not respect collision changes from World Dynamic, always returns as Dynamic. Regression (no) issue (does) occur in 4.12.5 ...

Cannot undo actor transform performed during pilot mode

Tools - Oct 26, 2016

Cannot undo actor transform performed during pilot mode. The Undo history does not appear to include the movement of the actor that was done in pilot mode ...

BulkData Async loading remains in memory

UE - Foundation - Core - Oct 26, 2016

Gil's new loading path may already walk away from this issue. But here's some thing I tested locally if we want to fix this. A simple way to fix is to simply add BulkDataAsync.Deallocate(); ResetA ...

Motion Controllers appear to be jittery if the actor is attached to another moving actor

UE - Platform - XR - Oct 26, 2016

Motion Controllers appear to be jittery if the actor is attached to another moving actor. The Motion controllers shake as the actor is forced to move as it it attached to another actor that is movin ...

Depth reading features on devices without framebuffer fetch are relying on undefined behaviour.

UE - Platform - Mobile - Oct 26, 2016

For devices without framebuffer fetch we are relying on undefined behaviour for depth reading with decals, mod shadows and depth reading materials. (ES2 spec: 3.8.6 Texture Framebuffer Attachment). ...

Missing Persona Keyboard Shortcuts in Editor Preferences

UE - Gameplay - Oct 25, 2016

After opening a skeletal mesh in Persona, the keyboard shortcuts do not appear for Persona and cannot set keyboard shortcuts This is a regression, Persona appears as a category in 4.13.2 ...

User is not able to use Create Comment shortcut in BT/EQS editors

UE - AI - Oct 25, 2016

User is not able to use the Create Comment shortcut (C by default) to create a comment in either the Behavior Tree or EQS editor graphs. This works in blueprint graphs and makes adding comments eas ...

Cannot add comment to EQS editor

UE - AI - Oct 25, 2016

User is not able to create a comment in the EQS editor. This prevents them from organizing and providing information on the asset's logic. ...