Memory leak with disable rendering

UE - Graphics Features - Sep 2, 2019

When executing "ShowFlag.Rendering 0", it occur the memory leak because it can't run RHICmdList.ImmediateFlush(). The following code is a workaround. DEC_MEMORY_STAT_BY() is ImmediateFlush. Witho ...

Cascade pooled emitters are not reclaimed on disabled LODs

UE - Niagara - Aug 30, 2019

Pooled memory will not be reclaimed from emitters with disabled LODs if Disabled LODs Keep Emitter Alive is checked. ...

Blend Space Per Bone Blend does not apply blend weight correctly

UE - Anim - Runtime - Aug 30, 2019

The Blend Space's Per Bone Blend doesn't always apply its interpolation speed correctly to the appropriate bone or at all. ...

RichTextBlock with outline string displays irregular spacing

UE - Editor - UI Systems - Aug 29, 2019

We can see irregular spaces between string. They want to display outline font bodys in regular spacing. Or they want a checkbox option to change the behavior of the spacing. [Image Removed] ...

SceneCaptureComponent2D Anti-Aliasing not working unless Post-Processing flag is toggled OFF and back ON again

UE - Graphics Features - Aug 28, 2019

SceneCaptureComponent2D Anti-Aliasing does NOT work unless Post-Processing hidden show flag is toggled OFF and back ON again. This state persists only during Editor time. Upon restarting the Editor ...

Crash when setting Anim to "None" with URO

OLD - Anim - Aug 28, 2019

A Crash can occur when setting a skeletal mesh's animation instance to None when it has Update Rate Optimizations enabled. An unverified proposed fix for this is to remove the nullptr check when ...

State Machine events "Left State Event" and "Fully Blended State" not firing when animation is sequence is playing

UE - Anim - Gameplay - Aug 28, 2019

State Machine events "Left State Event" and "Fully Blended State" not firing when animation is sequence is playing at the moment you enter/leave the state. ...

Specular Isn't Affected for Materials Set to the Eye Shader If r.IrisNormal is Enabled

UE - Graphics Features - Aug 27, 2019

Specular Doesn't Affect a Material with the Eye Shader If r.IrisNormal is enabled. Found in 4.22 CL# 7053642, 4.23 CL# 8115738, 4.24 CL# 8302014 ...

Dithered LOD Transition does not work on some mobile devices

UE - Platform - Mobile - Aug 27, 2019

I tested with some mobile devices and Dithered LOD Transition did not work on Huawei P20 Pro. This problem does not occur with Snapdragon. This problem does not occur with Snapdragon like Pixel 3. ...

Confusing message when attempting to connect mismatched Delegate pins

UE - Gameplay - Blueprint Editor - Aug 26, 2019

When the user attempts to connect delegate pins that don't match, they received a confusing mouse tooltip message that simply reads "Delegate is not compatible with Delegate". Suggested fix: When ...