DrawDebug elements on screen affect aspect ratio letterboxing

UE - Rendering Architecture - Nov 1, 2023

During gameplay when the view target camera's aspect ratio is not exactly the viewport's aspect ratio, the presence of rendered debug draw elements (DrawDebugArrow, etc) makes the viewport's rendere ...

Separate translucency rendering and material BumpOffset UV issues

UE - Rendering Architecture - Oct 20, 2023

It appears as if the primary screenpercentage is being sent as the screen size to separate translucency materials, even though separate translucency has its own screenpercentage (r.SeparateTransluce ...

Volumetric fog black and not updating with real-time capture skylight

UE - Rendering Architecture - Oct 20, 2023

It looks like the skylight is not updating the CPU side SH values when Real Time Capture is enabled, and thus old/empty values are sent to the fog. ...

Volumetric Clouds High Quality Aerial Perspective Issue

UE - Rendering Architecture - Oct 19, 2023

There is a workaround to set r.VolumetricRenderTarget.Mode=1. The lines appear to be coming from the temporal component of the Volumetric Clouds. Each frame, the lines are merged in from the previou ...

In UInstancedStaticMeshComponent, when some instances have near-zero scale, removing instances crashes the engine

UE - Rendering Architecture - Oct 19, 2023

Class "UInstancedStaticMeshComponent" deliberately leaves null pointers in the "InstanceBodies" array of FBodyInstances. This can be seen in methods such as: [Engine\Source\Runtime\Engine\Private\I ...

Unable to affect setting cubemap blend in skyLight and reflections on transluscent materials

UE - Rendering Architecture - Oct 17, 2023

Attempting to blend SkyLight Cubemaps via the SetCubemapBlend function to blend between different Cubemaps to make the changes seamless is not reflected. As a workaround, in LumenTracingCommon.ush, ...

Camera set to Projection Mode Orthographic doesn't appear to be rendering Sky Atmosphere

UE - Rendering Architecture - Sep 13, 2023

This is a regression. Tested in //UE5/Release-5.2 CL26001984 It appears Sky Atmosphere isn't rendered by a camera with projection mode set to Orthographic. ...

Volumetric lightmap + stationary light has missing shadows

UE - Rendering Architecture - Sep 5, 2023

Primitives with the "Lightmap Type" set to "Force Volumetric" are not shadowed correctly. Issue dates back to at least 4.27.2. As a workaround, making FLightCacheInterface::GetStaticInteraction al ...