Enabling STATS causes RenderThread to wait for GPU

UE - Rendering Architecture - RHI - Sep 10, 2025

The licensee noticed that in Development builds, the Render thread times are suspiciously similar to GPU times, and the same thing happens when enabling FORCE_USE_STATS in Test configuration. The is ...

Invalid GUIDs on new material instance parameters cause overrides to break on base param rename

UE - Rendering Architecture - Materials - Sep 3, 2025

When a parameter value is assigned on a newly created material instance (constant or dynamic) using Set***ParameterValueInternal, the parameter’s ExpressionGUID is left invalid (0,0,0,0). Parameter ...

Precision issues with 16-bit Skin Cache shaders.

UE - Rendering Architecture - Sep 2, 2025

A licensee reported precision issues with position in the gpu skin cache shaders with 16-bit real types enabled. ...

Negatively scaled box collisions render back faces in Player Collision debug view

UE - Simulation - Physics - Sep 1, 2025

The player collision debug visualization for negatively scaled boxes is rendering the back faces, not the front faces. The debug primitives are rendered via the dynamic mesh builder. FDynamicMeshBui ...

UMG Retainer Box renders incorrect colors with Color Vision Deficiency enabled

UE - Editor - UI Systems - UMG - Aug 27, 2025

When using a Retainer Box in UMG with Color Vision Deficiency enabled, the content inside the Retainer Box is rendered with incorrect colors compared to the rest of the UI. This bug is present in UE ...

Copying a grouped MaterialInstanceParameterDetail property that has spaces on it's name does not enclose it in double quotes, and later pasting won't work as expected

UE - Rendering Architecture - Materials - Aug 24, 2025

Copying a grouped MaterialInstanceParameterDetail property that has spaces on it's name does not enclose it in double quotes, and later pasting won't work as expected. The licensee noticed this in a ...

NavMesh generation should not care for Actors that are hidden in the Editor.

UE - AI - Navigation - Aug 5, 2025

The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...

Crash when changing parent of Material Instance with Layered Materials and viewing Layer Parameters

UE - Rendering Architecture - Materials - Aug 1, 2025

Reparenting a MaterialInstance that uses Material Layers to another instance with a different layer configuration can cause the editor to crash when opening the Layer Parameters tab. This appears to ...

If any light source is deleted, and a single light has its visibility state changed in LightMixer, all the other lights in the scene that were invisible turn visible

UE - Virtual Production - Tools - Jul 31, 2025

If any light source is deleted, and a single light has its visibility state changed in LightMixer, all the other lights in the scene that were invisible turn visible. The behavior only shows after d ...