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

Bug with control rig display name and sequencer

UE - Anim - Sequencer - Anim in Engine - May 17, 2024

Control Rig Tracks are not visible in Sequencer when the Name and Display Name are not set to the same value in the Control Rig graph, and the track filter is set to "Selected Control Rig Controls". ...

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

FFragmentTypeParameters is missing a default initialiser for FFragmentTypeParameters::Flags

UE - Anim - Sequencer - May 16, 2024

FFragmentTypeParameters misses a default initialiser for FFragmentTypeParameters::Flags. This can lead to Flags being left in an undefined state, which can ultimately cause non-determinism during th ...

PCG causes crash when UGrassInstancedStaticMeshComponent is set as a mesh entry for the static mesh spawner node

UE - World Creation - Procedural Tools - PCG Component - May 16, 2024

PCG causes crash when UGrassInstancedStaticMeshComponent is set as a mesh entry for the static mesh spawner node. ...

Missing material bake output index entry for mesh(section)

UE - World Creation - Worldbuilding Tools - HLOD - May 15, 2024

HiddenInGame issues with Nanite enabled meshes

UE - Graphics Features - Nanite - May 15, 2024

Nanite meshes marked Hidden in Game do not have selection outlines in the editor. ...

Replication errors when connecting Shipping build to Test/Development build

UE - Networking - May 14, 2024

See linked UDN for more info. This issue was reported for Iris, but I believe package map errors occur in the current replication system as well. ...

Non-terminating while loop when creating a new BP Actor and quickly switching between components.

UE - Gameplay - Blueprint Editor - May 14, 2024

It is possible for the while loop in UnrealEditor-SubobjectDataInterface.dll!USubobjectDataSubsystem::GetActorRootHandle(const FSubobjectDataHandle & StartingHandle) Line 815  to not terminate when ...

Resave commandlet broken when using BuildEnvironment = TargetBuildEnvironment.Unique;

UE - Foundation - Core - May 14, 2024

The explanation from the licensee seems pretty comprehensive. Text from the UDN: We've been trying to run fixupredirects via the resavepackages commandlet, but noticed that the OFPA assets were no ...