Text Actors not Rendering on Mobile

UE - Platform - Mobile - Oct 28, 2016

When opening a packaged QAGame project the text actors do not render on all display previews on certain devices. So far this has been found on both iOS and Android, while other devices render text f ...

Sound notify does not play in Persona if Follow is enabled

OLD - Anim - Oct 28, 2016

REGRESSION: YesWORKING: 3172292 (4.13.2)BROKEN: 3177600 (4.14) If the user enables the Follow setting on a sound notify, the sound will not be heard in Persona. The sound will still play correctly ...

Child actor references appear to be lost when restarting the editor

UE - Gameplay - Blueprint - Oct 28, 2016

Child actor references appear to be lost when restarting the editor when added to another actor via a child actor component ...

Make Tile Map Editable causes Crash on Mobile

UE - Gameplay - Paper2D - Oct 28, 2016

A crash occurs when using the Make Tile Map Editable function with blueprints when deployed to a mobile device. I can confirm this crash does not occur if you remove the function from the level blue ...

No Bind option for brush array delegate in UMG

UE - Editor - UI Systems - Oct 28, 2016

The option to bind to a delegate does not appear when the desired property is in an array. ...

Fade track applies fade to all players, regardless of whether or not they are playing the sequence

UE - Anim - Sequencer - Oct 28, 2016

The fade track currently iterates over all UWorlds and adjusts the fade on the first player controller of each world. This means that the fade will be set for all players in a networked game, even t ...

Editor creates project folder even if there isn't enough space to create a new project via source build

Tools - Oct 28, 2016

Editor creates project folder even if there isn't enough space to create a new project via source build. ...

User created widgets from widgets that are normally not focusable appear to break navigation when added to another widget even when focusable set to true

UE - Editor - UI Systems - Oct 28, 2016

User created widgets from widgets that are normally not focusable appear to break navigation when added to another widget even when focusable set to true Example: A widget with only a text block in ...

Rifles are offset in Display 1.15 when opening Content Examples Animation map

UE - Gameplay - Oct 28, 2016

REGRESSION: YesWORKING: 3172292 (4.13.2)BROKEN: 3177600 (4.14) In the Content Examples Animation level, at Display 1.15, the rifles are offset from the character's hands for two of the skeletal mes ...

LevelSequenceActor Tick( ) doesn't call super, preventing Blueprint class of LevelSequenceActor from calling Tick

UE - Gameplay - Oct 28, 2016

LevelSequenceActor is missing Super::Tick( ), preventing Blueprint version of class from calling Tick( ). ...