[AI] UE_MT_SCOPED_READ_ACCESS(NavElementAccessDetector) Fails in editor on fresh sync

UE - AI - Navigation - Jan 27, 2025

Licensees have reported failed multi-thread access code for NavElementAccessDetector in complex levels that have not finished compilation of their static meshes. The eventual failed check is inside ...

HLODs appear dark/near black when built for very large geometry with Virtual Textures enabled

UE - World Creation - Worldbuilding Tools - HLOD - Jan 27, 2025

Building HLODs for a very large landscape with Virtual Textures enabled results in the built HLODs being very dark for the most part. Building the same large landscape's HLODs with Virtual Textures ...

ensure(false) being fired in FGenericParticlePairMidPhase::FindOrCreateConstraint from key collision

UE - Simulation - Physics - Jan 27, 2025

ensure(false) being fired in FGenericParticlePairMidPhase::FindOrCreateConstraint from key collision. The licensee reports one of their users reported this issue and they were able to reproduce a fe ...

nDisplay is not linking correctly the Camera Components inside the nDisplayConfig.uasset with display viewports when their Projection Policy is set to Camera. This issue appears when a packaged game is launched from the Switchboard as "Packaged Game".

UE - Virtual Production - nDisplay - Jan 27, 2025

When launching a packaged game from the nDisplay Switchboard, the nDisplayConfig file fails to link the cameras to the viewports. Inside the log generated by the Switchboard an error is displayed th ...

Intermittent Crash in Pose Search during Cook

UE - Anim - Gameplay - Jan 27, 2025

User reports that they've been running into an intermittent crash in Pose Search during Cook. Pose Search attempts to index data outside the bounds of an array. Based on the logs, each asset seems t ...

In -game in Editor, if streaming-in a LevelInstance and initialize its world partition, then leaving that cell and make it go outside the streaming grid, to re-enter it again, will trigger a check(!StreamingPolicy) if no GC has happened during that time.

UE - World Creation - Worldbuilding Tools - World Partition - Jan 27, 2025

This crash can be fixed by adding a couple of || IsRunningGame() like it is done here:    FGenerateStreamingContext Context = FGenerateStreamingContext()        .SetLevelPackagesToGenerate((bIsPIE ...

Dumping of world partitioned HLOD stats fails in commandlet

UE - World Creation - Worldbuilding Tools - HLOD - Jan 27, 2025

Dumping of world partitioned HLOD stats in commandlets no longer works since updating to Unreal 5.5. The cause seems to be that the functionality has been moved from UWorldPartitionHLODRuntimeSubsys ...

UEditorEngine::AddPendingLateJoinClient checks original PIE/SIE state, not current state

UE - Networking - Jan 27, 2025

When adding late joining clients, the engine checks the originally requested EPlaySessionWorldType, rather than checking whether or not the session is currently simulating or not. This means if the ...

Closing a Geometry's Collection Dataflow Editor window when the ChaosVehiclePlugin is enabled is crashing the Unreal Editor when running it with the -stompmalloc flag

UE - Simulation - Physics - Jan 27, 2025

As the title describes, closing a Geometry's Collection Dataflow Editor window when the ChaosVehiclePlugin is enabled is crashing the Unreal Editor when it is running with the -stompmalloc flag. The ...

Lyra 5.5 - LAS_ShooterGame_SharedInput has got a missing reference on InputMapping #1

UE - Gameplay - Input - Jan 27, 2025

The templated Lyra project for 5.5 is missing a reference to IMC_Default_KBM on /ShooterCore/Experiences/LAS_ShooterGame_SharedInput because it looks like IMC_Default_KBM was renamed to IMC_Default. ...