Bright Flickering or Black Squares with Rectangle Lights Intersecting Meshes

UE - Graphics Features - May 31, 2024

Rect Lights that intersect geometry can produce NaN pixels in SceneColor, which will affect bloom, FXAA, and other future passes. This can lead to large visible artifacts. The NaN values are produc ...

Translucent materials with Modulate blend mode disappear with down-res translucency enabled

UE - Graphics Features - May 28, 2024

Reported from this UDN: https://udn.unrealengine.com/s/question/0D5QP00000MLlco0AD/active-dtr-doesnt-render-beforedofmodulated-materials?fromCase=1 The problem is that, except in very specific circ ...

LocalHeightFog placed in 5.3 projects are invalid and not appearing when the project is updated to 5.4

UE - Graphics Features - May 24, 2024

LocalHeightFog actors placed in levels for 5.3 projects are invalid and not appearing in levels after the project is upgraded to 5.4. This is likely due to LocalHeightFog being renamed to LocalFogVo ...

Baking lighting on Nanite landscape crashes the editor

UE - Graphics Features - May 23, 2024

When static lighting is baked using CPU lightmass for a nanite-enabled landscape it causes an editor crash with this assert: ...\Lightmass.cpp] [Line: 546] Attempting to add the same material twice ...

Local fog volume rotation causes offset issues at high world position values

UE - Graphics Features - May 20, 2024

Local fog volumes have a substantial offset when placed at a far distance from world origin and is then rotated. This was not the case in 5.3 when tested under the same conditions, so this is likely ...

Rect light artifacts from NaN pixels on surfaces that are coplanar with light position

UE - Graphics Features - May 10, 2024

Rect lights cause artifacts (nan pixels) on pixels of surfaces that are coplanar with light position.  In RectLight.ush, in RectIrradianceLambert, at line 106, c30 is -1, so rsqrt(0) causes a nan to ...

Using Clip() in a material may cause the outline to be displayed incorrectly on the Editor.

UE - Graphics Features - May 3, 2024

This appears to be from an interaction between the Depth Fade Expression, clip() in a Custom Expression, WPO being enabled, and the fact that the pass that draws objects for the editor outline runs ...

Moving noise is visible in hair shadows when Lumen screen traces are active

UE - Graphics Features - Apr 18, 2024

Dark moving noise is visible in hair in the shadows when Lumen screen traces are active.  Example of noise when screen tracing is frozen:[Image Removed] Turning off Lumen screen traces using r.Lume ...

Eye Shading Model renders Emissive unexpectedly when using a FloatRGBA scene format

UE - Graphics Features - Apr 5, 2024

This appears to be caused by the colour format. It only occurs when the scene format has an alpha channel. FloatRGB (format 3) doesn’t exhibit these issues. Unfortunately, format 4 is the default fo ...

Translucency area has stripe-style issue on TSR

UE - Graphics Features - Mar 28, 2024

The TSR History Rejection buffer develops a grid-like artifact over translucent, camera-facing planes. ...