Stale VSM pages after HLOD transition

UE - Graphics Features - Shadows - May 23, 2024

Virtual Shadow Maps do not invalidate pages when HLODs replace meshes. This can lead to inconsistencies between the geometry and the shadows, which can cause artifacts as pages are invalidated. ...

LogAssetRegistry Error produces a path error when referring to assets on a junction/hard link/soft link

UE - Foundation - Core - Cooker - May 23, 2024

IAssetRegistry::GetChecked().ScanPathsSynchronous() now eventually calls FPathExistence::LoadExistenceData and logs the errorFPathExistence failed to gather correct capitalization from disk for <p ...

Baking lighting on Nanite landscape crashes the editor

UE - Graphics Features - May 23, 2024

When static lighting is baked using CPU lightmass for a nanite-enabled landscape it causes an editor crash with this assert: ...\Lightmass.cpp] [Line: 546] Attempting to add the same material twice ...

Gameplay Tag Query on Actor Component cannot be editted normally on instances

UE - Gameplay - Gameplay Ability System - May 23, 2024

A GameplayTagQuery in an ActorComponent cannot be properly edited on instances of an actor with said component. There is a workaround, but the issue makes editing Tag Queries rather annoying, doubl ...

NavMesh debug material color is changed by lighting with high lux values.

UE - AI - Debugging - May 23, 2024

There is a clear difference in color saturation for the nav mesh debug material between when lit by a light with low lux values (6) and when lit with high lux values (1000) and eye adaption is enabl ...

RayTracingGeometry.UpdateRHI(); crashes at checkf BuildParams.IsEmpty()

UE - Rendering Architecture - May 22, 2024

When custom RayTracingGeometry is created, a crash is triggered by an assert at: Engine\Source\Runtime\Engine\Private\Rendering\RayTracingGeometryManager.cpp line 252  "Unexpected entries in BuildP ...

Visual helpers checkbox is not working.

TM - Tools - May 22, 2024

Works fine in 2023.1 ...

XR -ARKit - Tracked Planes are not attached to the real world objects when moving the camera around

UE - Platform - XR - May 22, 2024

When the user attempts to place an object on a tracked plane it slides around the environment not staying in the expected place. Using the ARDebugcheck project with the show planes option you can se ...

Inconsistent handling of child actor component mobility mismatches.

UE - Gameplay - Components - May 22, 2024

If you have; BP_Foo, that has a ChildActorComponent of BP_Bar, and you set the Mobility of BP_Bar to Moveable, then place BP_Foo in a level and cook it. BP_Bar will end up at origin with a static at ...