XB1: intro movie displays black

UE - Platform - Console - Mar 17, 2017

Launching an intro movie using MoviePlayer->SetupLoadingScreen() works correctly on windows, but fails to display the movie on XB1. See FShooterGameLoadingScreenModule::StartupModule() ...

Crash occurs when right-clicking in graph of a blueprint with a null parent class

UE - Gameplay - Blueprint - Mar 17, 2017

REGRESSION No Crash occurs when the user right-clicks in the graph in a blueprint that has a Null parent class. ...

Ensures when packaging a project for Windows

UE - Gameplay - Blueprint - Mar 17, 2017

Packaging a blueprint project fails due to multiple ensures. This does not occur in UE4/Main. ...

DoNotCreateDefaultSubobject is not recognized when an actor is duplicated

UE - Foundation - Core - Mar 17, 2017

Adding DoNotCreateDefaultSubobject to a class after placing an instance of that class in the viewport will fail to be recognized when duplicating the placed instance. This is not a hot reload issue ...

Sequencer Render: Animation not updating for a moment on camera cut

UE - Anim - Sequencer - Mar 17, 2017

When rendering from sequencer to an image sequence, character animation stops for 2 frames after a camera cut. This hitch does not occur when playing the sequence in PIE I've attached some sample d ...

Memory leak when repeatedly opening levels on Android

UE - Platform - Mobile - Mar 17, 2017

We tested on xiaomi 4c. ...

Crash When Pasting More Than 1024 Characters Into Component Name

UE - Gameplay - Blueprint - Mar 16, 2017

I think this issue is mostly caused by users accidentally pasting a lot of text from (for example)a blueprint node while renaming a component. All you have to do is have a BP node in your clipboard ...

Editor Crashes when creating a function in Child Anim Blueprint

OLD - Anim - Mar 16, 2017

Editor Crashes when creating a function in Child Anim Blueprint. Regression: This issue did NOT occur in 4.13.2 Binary build ...

The Difference node no longer updates after the first call

UE - Gameplay - Blueprint - Mar 16, 2017

The Difference node no longer updates after the first call. It appears to save the values passed into it on it's first call Note Possible workaround: If a clear node is used on the difference node ...

Evaluate ClampedPow material function

UE - Graphics Features - Mar 16, 2017

ClampedPow seems to have been added as a way to tackle common compile warnings and edge cases (particularly NaNs), but the code shouldn't be calling both an abs() then a max(). This causes negative ...