Landscape overdraw bug

UE - Graphics Tools - Terrain - Feb 26, 2026

When Landscape GPU Culling is operational, patches of Landscape will have heavy overdraw. This requires Nanite and Lumen to be disabled - the test project is set up with this by default. This quad ...

STAT_StaticMeshTotalMemory increases after repeated loading and unloading of a level containing Nanite static meshes

UE - Rendering - Architecture - Feb 26, 2026

The issue appears to be caused by a mismatch in the value returned by GetResourceSizeBytes(EResourceSizeMode::Exclusive) between InitResources() and ReleaseResources(). At InitResources(), the repo ...

Nanite displacement issue when using along non-uniform scaling

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

Nanite Tessellation displacement direction is incorrect for landscapes with non-uniform scales. It seems to use the normal from the unscaled landscape, which can result in the displacement causing t ...

InvariantLeft and InvariantRight justification mispositions wrapped multi-line text

UE - Editor - UI Systems - Feb 26, 2026

When a UMG Text widget is set to Auto Wrap and uses InvariantLeft or InvariantRight, the wrapped visual lines are positioned differently than expected compared to Left/Right. In the current engine ...

Crash when adding Actor Components to a Spawnable Actor in Sequencer while it is despawned

UE - Anim - Sequencer - Feb 26, 2026

After migrating our project from UE 5.5 to 5.7, we are experiencing a consistent engine crash in the Sequencer. The crash occurs specifically when a user attempts to add a component to a Spawnable A ...

Skeletal mesh reimport via legacy import creates duplicate Mesh sockets

UE - Editor - Content Pipeline - Import and Export - Feb 25, 2026

Reimporting a Skeletal Mesh via legacy import duplicates mesh sockets. The issue does not reproduce when using the Interchange pipeline. ...

Cook Non-Determinism in USplineComponent

UE - Editor - Workflow Systems - Feb 25, 2026

1. Non-Deterministic LastAuthority Serialization LastAuthority is assigned in USplineComponent::Serialize. Its value depends on the order in which the object and its archetype are serialized, leadi ...

Crash caused by a race condition in Nanite::DispatchBasePass()

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

Nanite::BuildShadingCommands() launches two asynchronous tasks: ShadingCommands.SetupTask ShadingCommands.BuildCommandsTask BuildCommandsTask is responsible for modifying ShadingCommands.Commands ...

Cluster Group Index Causes Incorrect Break Events in Geometry Collections

UE - Simulation - Physics - Destruction - Feb 25, 2026

More details in this [Link Removed] ...

Motion Matching FPS instability causes jittering when using the root offset node

UE - Anim - Gameplay - Feb 23, 2026

Offset root node is affected by frame rate and produces jitter in it's motion across various settings and styles. ...