Lumen Leaking and Reflection Flickering

UE - Rendering Architecture - Jul 18, 2023

Masked material MSAA bug

UE - Rendering Architecture - Jun 30, 2023

This appears to be coming from the ResolveSceneColor pass. ...

Odd Refraction on Close Planes

UE - Rendering Architecture - Jun 7, 2023

We're seeing odd refraction when we have two close planes where the front plane has a translucent shader with a refraction not equal to one. I've included a project with the following setup:Two equa ...

Shader Crash with Nanite in UE::RHICore::ValidateStaticUniformBuffer

UE - Rendering Architecture - Jun 1, 2023

This appears to be a general crash when a SingleLayerWater material is assigned to a Nanite Mesh. ...

GPU crash when using RVT BaseColor/Normal/Roughness format

UE - Rendering Architecture - May 24, 2023

When using an RVT with BaseColor/Normal/Roughness format on DX12 with a GPU that supports Tier2, a GPU crash may be seen. ...

DumpShaderAsm function fails to load compiler DLL and does not output disassemble code

UE - Rendering Architecture - May 24, 2023

This is a path specification problem, so if the correct path is given, the DLL will load correctly.static void DumpShaderAsm(FString& String, const D3D12_SHADER_BYTECODE& Shader) { #if D3D12RHI_US ...

Wrong shadows in VirtualTextures after rotations

UE - Rendering Architecture - May 23, 2023

Mesh Vertex Painting Broken for Splines

UE - Rendering Architecture - May 22, 2023

The mesh painting mode appears to no longer work on splines, as the vertexes seem to have all vertex colors at 1, 1, 1, 1 by default, and can't be removed or painted anything else. ...

Sampling UV1 on a Nanite mesh with one UV channel returns a constant value

UE - Rendering Architecture - May 17, 2023

This is general for any UV channel past what the static mesh has, rather than specifically for UV channel 1. ...