CharacterMovementComponent: simulated proxy can go into falling due to linear velocity quantization when using custom gravity

UE - Gameplay - Components - Mar 8, 2024

The character movement component in  void UCharacterMovementComponent::SimulateMovement(float DeltaSeconds) evaluates whether to find the floor when simulating the movement of the simulated proxy ...

Recent change to Material Expression code missing a case for "exp2" function in switch (cpp)

UE - Editor - Content Pipeline - Datasmith - Mar 4, 2024

The function "FMaterialDerivativeAutogen::GetFunc1ReturnType(...)" does not have a case for "EFunc1::Exp2". Also found in Release-5.4, CL: 331987674 ...

Shadow doesn't update for a moving nanite mesh (fixed in 5.4)

UE - Graphics Features - Shadows - Mar 25, 2024

When a nanite mesh moves, the shadow does not. ...

Camera Shake can apply a new post process material every tick when post process material has "Is Blendable" disabled

UE - Anim - Sequencer - Mar 26, 2024

In the repro project the player camera has a post process material that slightly darkens the frame by subtracting 0.01 from the final color. When a camera animation based on a camera sequence is pla ...

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