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

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

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

Landscape DFAO shadowing artifacts in Standalone and packaged

UE - Graphics Features - Oct 25, 2016

The Heightfield from DFAO when playing in Standalone or a packaged game has darkened shadow artifacts for the level. Workaround: Use r.AOGlobalDistanceField 0 to disable the Global Distance Field. ...

Using nativized functions on buttons to spawn meshes causes assertion failure

UE - Gameplay - Blueprint - Oct 25, 2016

An assertion failure is thrown when using nativized functions on an Android device. ...

Virtual bone is not selected after it is added

OLD - Anim - Oct 25, 2016

After adding a virtual bone to a skeleton, the bone is not selected. If the user wants to see the new bone, they have to select it. It would be good if the virtual bone is selected automatically w ...

Some reimport method always return true(success) even if there was some errors

Tools - Oct 25, 2016

The following method dont return false when there is an errorUReimportFbxAnimSequenceFactory::ReimportUEditorEngine::ReimportFbxAnimation ...

Static Meshes in sublevels disappear from world content browser if they are culled out of a cull distance volume during PIE

UE - World Creation - Worldbuilding Tools - World Composition - Oct 25, 2016

Cull Distance Volumes cause objects within them to disappear from the World Composition window if they are culled out at runtime. Regression (no) issue (does) occur in 4.12.5 ...