Nanite culling breaks on scaled object with displacement when camera enters displacement area

UE - Rendering - Graphics Features - Nanite - Mar 9, 2026

Nanite tessellation, only supports calculating displacement in local space and everything gets scaled with the object scale, which is often undesirable. If the camera enters inside the area allocate ...

Clicking on the timeline to move the playhead of the Persona animation viewer does not move the playhead.

UE - Anim - Runtime - Mar 6, 2026

Scrubbing is the only way to move the playhead. ...

Inherited component properties on actor instances of derived blueprints are silently reset to defaults when the blueprint enters a compile error state and is subsequently fixed

UE - Framework - Blueprint Compiler - Mar 6, 2026

When an instance of a child blueprint in a level enters the “Bad Blueprint” state due to a compile error it will reset to default values when it is restored after the compile error has been fixed. ...

LevelStreamingPersistence: BP added components don't persist properties in PIE until map actor resave

UE - World Creation - Worldbuilding Tools - Mar 6, 2026

Context The LevelStreamingPersistence plugin can be used to remember and restore properties on actors, components and other objects that are part of a streamed level. Persisted properties are resto ...

Having a block in layout before switching to overlay strategy affects the overlay output.

UE - Anim - Mutable - Mar 5, 2026

Issue: If "Resizable" Layout Strategy contains a block, it will influence the "Overlay" Layout Strategy. Expected behavior: When using "Overlay" Layout Strategy, it should disregard whatever the "R ...

StateTree: While editing State Parameters or exposed properties of a Condition/Task, an ensure() fires when editing inputs of a Property Function bound to an array element

UE - AI - StateTree - Mar 5, 2026

Consider an array property that can be edited in the StateTree editor. This can be a State Parameter or an exposed property of a Condition or Task, for example. Each element of the array can be boun ...

Engine crashes when renaming assets inside an L10N folder.

UE - Editor - UI Systems - Localization - Mar 3, 2026

The engine crashes when renaming a localizable asset inside an L10N folder. The engine attempts to associate it with the original localizable asset, but it is unable to find it and ends up accessing ...

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

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

UE - Rendering - Graphics Features - Nanite - 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 ...