Crash When Loading Cooked Material Assets in Editor Due to Shader Serialization

UE - Rendering Architecture - Materials - Aug 27, 2025

In Unreal Engine 5.6+, the new shader serialization logic in FShaderMapResourceCode::Serialize does not correctly handle cooked assets that are loaded back into the editor (e.g., from a mounted .pak ...

Heterogeneous Volume Actor causes ensures to trigger in Debug builds

UE - Niagara - Aug 24, 2025

When a heterogeneous volume actor is used with a volume material in a debug build, the following ensures are triggered: Ensure condition failed: UniformBufferValue || EnumHasAnyFlags(AutomaticallyBo ...

Objects are culled prematurely in the right eye

UE - Platform - XR - Aug 19, 2025

Crash when a Deferred Decal (Translucent) base material has a Nanite Override (Masked Surface) Material and the mesh has Nanite + Ray Tracing enabled.

UE - Graphics Features - Ray Tracing - Aug 14, 2025

A crash occurs when Nanite override material instance is used in a project with Ray tracing enabled where: 1 The Material assigned to the static mesh uses Deferred Decal / Translucent and the Nani ...

Blurry RVTs after camera jump

UE - Graphics Features - Aug 7, 2025

When using Runtime Virtual Textures (RVT) on landscape in UE 5.5+, nearby tiles may remain blurry (low-resolution mips) after launching PIE or making large camera jumps (e.g. via bookmarks or viewpo ...

Iris - RPCs split into partial blobs aren't received on non-replicated components

UE - Networking - Iris - Aug 5, 2025

This issue does not occur if the RPC is not split into partial blobs. The RPC is received on the non-replicated component if Iris is disabled. ...

ULocalPlayerSaveGame::IsSaveInProgress always returns true after a save completes

UE - Framework - Jul 31, 2025

ULocalPlayerSaveGame::IsSaveInProgress always returns true after the first save is requested. This is due to the return statement checking if either an error has yet to be reported or a success has ...

Nanite Landscapes in Non world partition maps has missing sections

UE - Graphics Tools - Terrain - Landscape - Jul 23, 2025

Nanite in non world partition worlds builds with missing section, almost half the landscape is missing. Looking at the nanite overdraw as attached, it shows an interesting pattern. ...

Unable to change Actor Coloration View Modes in PIE

UE - World Creation - Worldbuilding Tools - Jul 20, 2025

When in PIE changing Actor Coloration view modes from the viewport visualisation mode [Liit] -> [Actor Coloration] -> ... Does not update correctly when switching view mode and sometimes isn't corr ...

Crash when travelling during ability activation when URL contains "#"

UE - Framework - Jul 18, 2025

This issue is related to [Link Removed], where the "?listen" option sent on the URL to clients could cause issues with RPCs being called locally during travel. The fix to remove the "?listen" option ...