Character sliding down a surface can prematurely land before reaching a walkable floor

UE - Gameplay - Player Movement - Apr 3, 2024

Under some circumstances, a character falling and sliding along a sloped surface may get hung up near the bottom of the surface before actually landing on the floor.  This seems to occur when slidin ...

GAS PlayMontageAndWait: Server applies root motion with wrong scale at last montage tick

UE - Gameplay - Gameplay Ability System - Apr 3, 2024

User reported: when playing an AnimMontage via GameplayAbility with the PlayMontageAndWait ability task that has a custom value for AnimRootMotionTranslationScale, (dedicated) servers can apply an i ...

Data Layers: GetDataLayerInstanceFromAssetName differs between editor and non-editor

UE - World Creation - Worldbuilding Tools - Data Layers - Apr 9, 2024

From licensee: The function AWorldDataLayers::GetDataLayerInstanceFromAssetName() uses different names in #WITH_EDITOR and without editor builds: #WITH_EDITOR config calls DataLayerInstance->GetDa ...

Issue where some colors are missing in some materials created by importing MaterialX files

UE - Editor - Content Pipeline - Import and Export - Apr 1, 2024

From user: Comparing UE, Arnold, Vray and MaterialXView that have MaterialX files imported, some materials of UE clearly look different from other renderers. Looking into this issue, we found that ...

Clear Coat looks incorrect in the Preview when Energy Conservation on Material is enabled for non Substrate rendering

UE - Rendering Architecture - Materials - Apr 11, 2024

Enabling Energy Conservation on Material makes Clear Coat Material look weird in Preview. It looks fine in the Level Editor, but not in any "Preview" type viewport (Material Editor, Asset Thumbnails ...

Moving noise is visible in hair shadows when Lumen screen traces are active

UE - Graphics Features - Apr 18, 2024

Dark moving noise is visible in hair in the shadows when Lumen screen traces are active.  Example of noise when screen tracing is frozen:[Image Removed] Turning off Lumen screen traces using r.Lume ...

Lumen artifacts on splitscreen during camera cuts

UE - Graphics Features - Lumen - Apr 18, 2024

A UDN licensee has pointed out that they are seeing unresolved Lumen reflection artifacts when they are running their game in split-screen mode. A video of this behavior is found in the Related tab ...

[AI] Crash in UGameplayDebuggerLocalController::OnDebugDraw

UE - AI - Debugging - Apr 27, 2024

UGameplayDebuggerLocalController::OnDebugDraw crashed with a dereferenced nullptr for CachedReplicator. ...