Android: Mali Txxx GPUs Encounter Stretching Geometry When Running with Support GPU Scene Enabled

UE - Platform - Mobile - Nov 27, 2019

When attempting to run SunTemple with r.Mobile.SupportGPUScene enabled on some Mali GPUs, the project renders with what looks like pieces of the geometry stretching across the level and bending out ...

Renaming a Blueprint variable loses override in grandchild Blueprint

UE - Gameplay - Blueprint Compiler - Nov 26, 2019

Renaming a Blueprint variable loses override in grandchild Blueprint. Modifying and saving the BP_Child fixes the issue with BP_Grandchild losing overrides.  ...

SynthComponent does not execute OnStop() after calling Stop()

UE - Audio - Nov 26, 2019

SynthComponent does not execute OnStop() after calling Stop(). OnStop() will be called in PumpPendingMessages() via OnGeneratePCMAudio(). But after stopping the AudioComponent, the procedural Sound ...

Build Error when using ENUM without 0 entry

UE - Foundation - Cpp Tools - UnrealHeaderTool - Nov 26, 2019

Sequences with a playback end on a subframe will not fire events that lie between the last whole frame and playback end

UE - Anim - Sequencer - Nov 25, 2019

Sequences that end on a subframe will not evaluate past the last whole frame, preventing events from triggering that should. ...

Constraining aspect ratio of cine camera with post process material attached causes rendering issue

UE - Graphics Features - Nov 25, 2019

Applying a PP material that uses absolute world position to a cine camera using "constrain aspect ratio" causes rendering issue. Note: Changing the film back settings on the camera also results in ...

When using a SpeedTree asset, a Zero Triangles warning appears

Tools - Nov 25, 2019

When exporting from SpeedTree with LODs + billboard, It seems that a warning is issued by including a material used only by Billboard. Is there a way to deal with it? ...

PrecomputedAOMask cannot be used when Virtual Texture is enabled

UE - Graphics Features - Nov 25, 2019

The problem is that when the VirtualTexture lightmap is enabled, the value returned by the material node's PrecomputedAOMask is incorrect. ...

Crash When Playing After Setting Size of Retainer Box to Minus

UE - Editor - UI Systems - Nov 25, 2019

Retainer box has minus size occurs crash when PIE, standalone and package.  Probably, we should add any codes for adjust size to 0 or more to  URetainerBox::SynchronizeProperties(). ...