CSM has artifacts if shadow distance less than 2000

UE - Graphics Features - Jun 12, 2019

Assert on PIE in TM-ShaderModels: GD3D11RHI->GetQueryData(Query->Resource, &Query->Result, sizeof(Query->Result), Query->QueryType, true, false)

UE - Rendering Architecture - RHI - Jun 11, 2019

Hit a crash attempting to PIE. I then attempted to run with -d3ddebug but the crash stopped and has not occurred since. I was not able to reproduce this on a default level, only TM-ShaderModels On ...

Random Scene Objects are not being rendered in Raytraced Reflections in packaging builds.

UE - Graphics Features - Lumen - Jun 11, 2019

Each time the build is run, different assets are missing in the reflections. Found in 4.22 CL# 6574378 and 4.23 CL# 6925347 ...

Particle systems have frame rate dependent simulations when Min Time Between Ticks is set, and ticking is managed

UE - Niagara - Jun 11, 2019

Managed ticking when combined with Min Time Between Ticks will cause particle velocity to vary depending on frame rate. ...

Ray Traced Reflections Get Darker The Higher The Rougness Value is for Metallic Materials

UE - Graphics Features - Lumen - Jun 11, 2019

Instead of reflecting an average color of the surrounding, reflections become black with increased roughness values. Found in 4.22 CL# 6574378 and 4.23 CL# 6925347 ...

Instanced Static Mesh instance with negative scale has black lighting

UE - Graphics Features - Jun 11, 2019

[Image Removed] The image above was the results after building lighting.The far right spheres all have negative scaling(-1 on Y) and reverse culling checked and are instanced.The middle set of sphe ...

Changing a comment's color causes a recompile

UE - Rendering Architecture - Materials - Jun 11, 2019

UUserWidget Parameter in blueprints appears to set the parameter value back to the default value on compile

UE - Editor - UI Systems - Jun 11, 2019

Modifying the default value of a UUserWidget parameter declared in a c++ in blueprints appears to have no effect after compiling. The default value will reset back to "none". Additional info. The ...

Early Z-Pass no longer works

UE - Graphics Features - Jun 11, 2019

Since 4.22.2, the Early Z-pass flags are being ignored, resulting in the number of draw calls to increase. Tested in 4.21.2 (CL - 4753647), 4.22.2 (CL - 6574378), 4.23 (CL - 6925347) ...

Disabling fog in Unlit mode does not work

UE - Graphics Features - Jun 11, 2019

The Show Flags for Fog no longer function correctly when in Unlit mode. Tested in 4.21.2 (CL - 4753647), 4.22.2 (CL - 6574378), 4.23 (CL - 6925347) ...