Dynamically Spawned Level Instance Actors do not have their sub actors world partition stream in PIE starting level

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

We are building levels where we spawn in Level Instance actors at runtime that have World Partition enabled into a Persistent level that also has World Partition enabled. What we have noticed though ...

Incorrect NiagaraSystem passed to KillUnusedComponents in ReclaimWorldParticleSystem

UE - Niagara - Jun 10, 2025

In UNiagaraComponentPool::ReclaimWorldParticleSystem, the cleanup loop for WorldParticleSystemPools calls KillUnusedComponents with the reclaimed component's NiagaraSystem (Asset) instead of the sys ...

Staging a patch does not copy pak signatures when staging

UE - Foundation - Jun 10, 2025

When creating a patch with pak signing enabled the created output folder contains the pak files from the base release but does not contain the .sig files, even if they were enabled when creating the ...

Skeletal mesh to which the AnimationBudgetAllocator registered in the animation track is applied does not play the initial frame animation

UE - Anim - Runtime - Jun 10, 2025

This issue occurs when “Auto Register with Budget Allocator” is enabled for the skeletal mesh. Unchecking “Auto Register with Budget Allocator” seems to resolve the issue. Adding the following to th ...

Editor vs Runtime: Inconsistent data layer behavior when attaching actors

UE - World Creation - Worldbuilding Tools - World Partition - Jun 5, 2025

In editor, data layer system respects the data layer settings for each actor, but at runtime, the condition check is made collectively for each actor cluster, resulting in differences in behavior. ...

Editor crashes when using PCG SpawnActor with a DataLayer inside a Level Instance

UE - World Creation - Procedural Tools - Jun 4, 2025

A PCG actor is assigned to a DataLayer and placed inside a Level Instance. Then that Level Instance is placed into a World Partition map. When the SpawnActor node in the PCG graph is set to MergePCG ...

The selection operation with notify track in Persona is not compatible with custom window display scaling

UE - Anim - Runtime - Jun 4, 2025

It appears that notify track does not follow the size of the custom window scale. As a result, display problems may occur, and events may be placed in unexpected positions. This is similar to [Link ...

ChordBlockers don't work as expected when ChordAction is set in InputAction

UE - Gameplay - Input - Jun 3, 2025

In the Enhanced Input System, when using a UInputTriggerChordAction to define a chorded input (e.g., Shift + W), the automatic chord blocking system (UInputTriggerChordBlocker) only functions correc ...

Local lights appear broken when baking lighting with GPU Lightmass

UE - Graphics Features - Jun 2, 2025

Encountered an issue where local lights appear to be broken when baking lighting with GPU Lightmass. See screenshots attached. Tested regression in //UE5/Release-5.5 @ CL40574608 and the issue does ...

Virtual Bone caused nanite skinned mesh crash

UE - Graphics Features - Nanite - May 31, 2025

When a Nanite skeletal mesh has a virtual bone the engine can crash when changing LODs ...