Parent Socket property is not set from k2_attach_to

UE - Framework - Components - Feb 26, 2026

To speed up our process of creating control rig assets we are working on a Python script to automate this process. We have an issue when we try to attach a static mesh component to a socket of a ske ...

Sequencer's CineCameraComponent NearClippingPlane ignored in packaged build

UE - Anim - Sequencer - Feb 26, 2026

Some of our camera shots (that are using spawnable cameras from the sequencer) have their 'bOverride_CustomNearClippingPlane' value set to false even though we enabled it from their own details pane ...

Clear coat bottom normal does not seem to work properly with virtual textures

UE - Rendering - Graphics Features - Feb 26, 2026

Clear coat bottom normal does not seem to work properly with virtual textures. Different virtual textures plugged into the material's base color can yield different clearcoat bottom normal results. ...

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 ...

Audio Memory Growth While Paused

UE - Foundation - Insights - Feb 26, 2026

User has provided a trace file attached to case. User experiencing going out of memory during gameplay with console command "Pause" activated. Using 5.6 from Perforce in the Release-5.6.0 stream at ...

Clustered Deferred Shading relies on r.Nanite.ProjectEnabled Cvar

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

When Nanite is disabled at the project level with r.Nanite.ProjectEnabled=0, clustered deferred shading stops working. This happens because the FDeferredShadingSceneRenderer::RenderLights method doe ...