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

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

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

Audio Memory Growth While Paused

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

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

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

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

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

StaticMesh reimport not preserving support for physical material masks

UE - Simulation - Core - Feb 10, 2026

Client has a workflow issue with the reimport pipeline: UStaticMesh::bSupportPhysicalMaterialMasks should be copied over to UBodySetup::bSupportUVsAndFaceRemap before it takes effect for raycasts, ...