Expensive WaitForTask in SceneCapture2D

UE - Rendering Architecture - Nov 20, 2023

UDN users have reported that expensive scene captures stall the render thread due to RDG flushing the RHI thread for resource deletion. This only needs to happen once per frame. ...

Renderdoc failing to capture

UE - Rendering Architecture - Nov 13, 2023

This is not an issue in Release-5.2. ...

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, ...