Cluster Group Index Causes Incorrect Break Events in Geometry Collections

UE - Simulation - Visual - Feb 25, 2026

More details in this [Link Removed] ...

Occlusion Queries for Static Meshes with ERuntimeVirtualTextureMainPassType::Exclusive

UE - Rendering - Architecture - Feb 20, 2026

Static Meshes that draw into RVTs and have "Draw In Main Pass" is set to "From Virtual Texture" (ERuntimeVirtualTextureMainPassType::Exclusive) will still draw in Occlusion Queries. This can be tr ...

Precaching global shaders with r.PSOPrecache.GlobalShaders = 2 crashes on startup

UE - Rendering - Architecture - RHI - Feb 19, 2026

A licensee has reported that they are trying to run a cooked project with r.PSOPrecache.GlobalShaders=2 and running into a crash. They believe the problem is in PrecacheComputePipelineStatesForGlob ...

Niagara GPU Distance Field collision uses only the first view in split-screen, causing collision to drop out for other players when view 0 loses Global DF coverage

UE - Niagara - Feb 17, 2026

In split-screen, Niagara GPU Distance Field collision appears to be evaluated against only the first view passed into the Niagara GPU sim (view index 0), rather than per split-screen view. Because G ...

Issue during the CapturingScene phase when having Nanite mesh as source component for HLOD Generation

UE - World Creation - Worldbuilding Tools - Feb 17, 2026

When generating the textures for Approximate HLOD layers, the Nantie geometry is very low resolution, resulting in the captured textures fitting the actual HLOD geometry poorly. This creates visual ...

Bug - Vertex Interpolator exposing parameters to instance even if its not connected

UE - Rendering - Architecture - Materials - Feb 17, 2026

Parameters attached to the input of a Vertex Interpolator Material Expression are visible in the Material Instance, even if the output of the Vertex Interpolator Material Expression is not connected ...

Blackboard decorator node does not abort lower-priority nodes

UE - AI - Feb 16, 2026

When a branch of a selector is deactivated, all auxiliary nodes and observer delegates are removed. If the branch is reactivated soon and the CurrentActiveNode remains unchanged, the behavior tree l ...

Distance Field Shadows do not work with Nanite meshes

UE - Rendering - Graphics Features - Nanite - Feb 16, 2026

Nanite meshes only cast virtual shadow maps and do not cast any distance field shadows, regardless of the distance of the shadow casting mesh to the camera. ...

Material Parameter Collection Track doesn't work in UMG Preview from 5.7

UE - Editor - UI Systems - UMG - Feb 12, 2026

The UMG editor allows us to add a Material Parameter Control track to an animation. This track makes it possible to animate parameters used in a material. Designers can scrub the timeline and previe ...

Division by zero causing NaN/Inf on USkeletalMeshComponent::UpdateRigidBodyScaling() when setting scale to zero and back

UE - Simulation - Core - Feb 11, 2026

Up to UE 5.5, skeletal mesh physics did not get updated when the component's scale changed. This was improved on January 2025 with CL 39190335, which addressed [Link Removed] ...