Crash: Corrupt asset/map data is no longer correctly detected and handled

UE - Foundation - Core - Oct 27, 2016

Corrupted data was previously handled gracefully without crashing, but in 4x14 the same data crashes the editor. ...

Crash when loading TM-MotionControllers in a packaged build

Docs - Samples - Oct 26, 2016

Packaged QA Game crashes when opening "TM-MotionController" This issue did not occur in 4.13 This is also affecting KiteDemo. Cinematic will crash when Editor Content is not included in the packag ...

Error for having an extra semicolon before a UPROPERTY declaration is not thrown inside of a USTRUCT

UE - Foundation - Core - Oct 26, 2016

Having an extra semicolon on the line before declaring a UPROPERTY will cause UHT to miss parsing the following UPROPERTY. This is expected, but an error is usually given when this is the case. This ...

Notify track is not updated immediately when notifies are move to occupy same space

OLD - Anim - Oct 26, 2016

When the user moves two notifies onto the same frame, the notify track does not immediately update and add a second track so they don't merge together. For it to update, the user has to perform a s ...

AI Perception does not detect multiple actors across multiple sublevels

UE - AI - Oct 26, 2016

AI Perception does not detect multiple actors across multiple sublevels. It appears that sublevels recognize the persistent level actors but do not recognize other sublevel actors. In the sample pro ...

Setting foreground color for text in a text box does not appear to work

UE - Editor - UI Systems - Oct 26, 2016

Setting foreground color for text in a text box does not appear to work. The foreground color of the text does not appear to change when set to something other than the default via blueprints. Not ...

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 ...