Interstitial Ads do not appear

UE - Platform - Mobile - Apr 2, 2019

While Ad Mobs work with no issues on the Android, Interstitial Ads do not seem to work when called upon in Blueprint. Tested in 4.21.2 (CL- 4753647), 4.22 (CL - 5673098), 4.23 (CL - 5685256) ...

Crash loading sublevel that had name changed when it is unloaded.

Tools - Apr 2, 2019

Updated name of sublevel leads to crash when it is about to be loaded. ...

DDX and DDY no longer work properly close to the camera in 4.21 on Android in OpenGL ES 3.1

UE - Platform - Mobile - Mar 29, 2019

DDX and DDY no longer work properly close to the camera in 4.21 on Android in OpenGL ES 3.1.  Worked in 4.20, no longer works in 4.21 or 4.22.  Originally reported as Oculus Quest specific, but repr ...

Delay Before Shot Warm Up introduces hitches

UE - Anim - Sequencer - Mar 29, 2019

setting a Delay Before Shot Warm Up can introduce hitches when rendering out a series of frames. ...

SubLevels can't be loaded after "Build Geometry"

UE - World Creation - Worldbuilding Tools - World Composition - Mar 28, 2019

It relates to CL 4433780. ...

Can not edit Level Sequence Actor's Override Instance Data from Blueprint

UE - Anim - Sequencer - Mar 28, 2019

Although DefaultInstanceData of Level Sequence can be edited by BP, bOverrideInstanceData can not be edited by BP. Therefore, to reflect the edited result of DefaultInstanceData by BP, it is necessa ...

Material Parameter Collection parameters only return default values when drawn to a Render Target

UE - Graphics Features - Mar 27, 2019

Material Parameter Collection parameters only return default values when drawn to a Render Target This does NOT happen when drawing a material using a non-MPC parameter. To test this:Open Actor_BP ...

Crash in RecreateClothingActors() when using MasterPoseComponent

UE - Simulation - Physics - Character - Mar 27, 2019

As part of RecreateClothingActors(), the master pose component is not checked for a valid mesh and therefore when TransformComponent->GetComponentSpaceTransforms() is indexed into, crashes can occur ...

Dynamically Created Render Target Does Not Work in Packaged Project

UE - Graphics Features - Mar 27, 2019

Dynamically created render targets do not work as expected when packaged for windows. If it is replaced with a static render target, it works fine. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 ...