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

Tilt axis for X and Z are not consistent between Android and iOS devices

UE - Platform - Mobile - Mar 17, 2017

Tilt axis for X and Z are not consistent between Android and iOS devices. The X axis for the Android appears to be the Z axis for iOS and vice versa This may be related to the orientation of the d ...

Drop down menus clip on 27" Screen iMacs

UE - Platform - Apple - Mar 17, 2017

Drop down menus clip on 27" Screen iMacs (See attached images.) Reported from a 27" iMac and tested on a 27" iMac here. Other models may be affected. *Image with Blue circled areas are from the use ...

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

Particles Don't Use Velocity "In World Space" Properly

UE - Graphics Features - Mar 17, 2017

The particle system has its initial velocity and its velocity/life in world space. It is expected that the particle's orientation won't influence the particle's velocity. That isn't the case though ...

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

Meshes Still Casts Shadows With Unlit Materials Applied (Misleading Tooltip)

UE - Graphics Features - Mar 16, 2017

The "CastShadow" option on primitive component has a tooltip that says "This flag is ignored (no shadows will be generated) if all materials on this component have an Unlit shading model." This isn ...

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