AsyncSaveGameToSlotForLocalPlayer does not properly handle multiple requests

UE - Gameplay - Nov 14, 2025

ULocalPlayerSaveGame::AsyncSaveGameToSlotForLocalPlayer was designed to properly support multiple in flight requests at the same time, but the current code does not work correctly and this can cause ...

Mutable bake instance overwrite instead increments

UE - Anim - Mutable - Nov 13, 2025

We are using Mutable and right now we can't overwrite already baked SK instances. This occurs when, we have a set variation for a character and we address a feedback on one of the used skeletal mesh ...

GetStaticRayTracingGeometries doesn't check if mesh has ray tracing disabled

UE - Graphics Features - Ray Tracing - Nov 12, 2025

An ensure is hit for static raytracing geometry because skeletal mesh assets that had ray tracing disabled were not handled in: FSkeletalMeshSceneProxy::GetStaticRayTracingGeometries The concurrent ...

LevelInstance Property overrides: Niagara properties cannot be overriden

UE - World Creation - Worldbuilding Tools - Level Instances - Nov 10, 2025

LevelInstance Property overrides are broken when duplicating a LI

UE - World Creation - Worldbuilding Tools - Level Instances - Nov 10, 2025

Upon light debugging, it seems like the overrides depend on the name of the actors in the LI. The duplicated LI does have FLevelInstanceActorPropertyOverride but the Actor names were not updated upd ...

"Visualize Level Instance Editing" defaults to on, during sequencer playback (for sequences withing a level instance)

UE - Anim - Sequencer - Nov 7, 2025

Version: Main branch 46320669; 5.7 Preview Epic Launcher pre-built; Issue: Playing a <sequence> that is withing a <level instance> turns back on gray <level instance editing> visualizing shader e ...

WorldPartitionConvertCommandlet hits an assert when converting a persistent level that contains a sub-level with a landscape

UE - World Creation - Worldbuilding Tools - Nov 7, 2025

Context: The Window tab allows a user to open the Levels window in order to add a sub-level to a persistent level. For Unreal Engine 5.0 and beyond, World Partition has made the Levels window obsole ...

Adding a streamed empty LevelInstance in a WP level will result in an incorrect mapcheck error

UE - World Creation - Worldbuilding Tools - Level Instances - Nov 7, 2025

This is an edge case that can also be caused when a Level only contains actors were `SupportsExternalPackaging` is false.  This is likely the case for the "empty" level which surely contains a Level ...

Landscape Splines in Partially Loaded World Partition Levels Can Cause Nanite Landscape Invalidation

UE - Graphics Tools - Terrain - Nov 7, 2025

Certain placements of landscape splines in world partition levels can cause Nanite landscape proxies to invalidate, and switch back to their non-nanite version. This happens when specific regions of ...

Sequencer Crash when Hovering over Binding Properties on a Component with Spaces in its Name

UE - Anim - Sequencer - Nov 7, 2025

Crash when binding to new components that have spaces in their name and you attempt to access their bindings. ...