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

Static lighting crash on 5.4 when using landscape with WPO

UE - LD & Modeling - Terrain - Landscape - May 22, 2024

When static lighting is built for a landscape with "Use Material Position Offset in Static Lighting" enabled it causes an editor crash. Licensee mentioned it was likely caused by a commit for 5.4, C ...

Nanite Landscape in World Partition level has inconsistent Painted Layers

UE - LD & Modeling - Terrain - Landscape - May 21, 2024

It appears that painted Weightmaps have inconsistent mappings between Nanite and regular landscape, BUT only if those landscapes are created in a World Partition level, landscape in regular levels d ...

Local fog volume rotation causes offset issues at high world position values

UE - Graphics Features - May 20, 2024

Local fog volumes have a substantial offset when placed at a far distance from world origin and is then rotated. This was not the case in 5.3 when tested under the same conditions, so this is likely ...

In BP/Python Editor Utilities, function SetEditorProperty() unexpectedly fails for Actor Reference Properties on External Actors.

UE - World Creation - Worldbuilding Tools - May 19, 2024

As part of the Python and Editor Scripting Tools, it is possible to programmatically set variables in actor instances of the current level just like when using the Details Panel in the Level Editor. ...

Lumen screen traces from hair cast noising moving shadows on faces

UE - Graphics Features - Lumen - May 17, 2024

There is moving blotchy noise on the head and face from hair when Lumen HZB tracing hits hair.  CL 33258050 fixes the noise in the hair, but tracing still hits hair when it starts from surfaces like ...

FDeferredDecalProxy cannot be initialized to not fade even if FadeDuration is set to 0

UE - Rendering Architecture - May 16, 2024

FDeferredDecalProxy always fade because InitializeFadingParameters is always called and leaves InvFadeDuration at 1.0 and the LifetimeAlpha calculation in FDeferredDecalPS::SetParameters gets a very ...