Single sided complex collision mesh collision blocks character movement from backside

UE - Simulation - Physics - Query - Nov 17, 2023

Commenting out the branch in FTriangleMeshSweepVisitor::VisitSweep is a work-around.if (CullsBackFaceSweepsCode != 0) { if (VectorMaskBits(IsBackFace)) { // Don't cull the back face ...

Static Mesh Only enabled Foliage Actor causes serialization error in packaged game

UE - World Creation - Worldbuilding Tools - Nov 24, 2023

The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA     if (!Ar.IsCooking()) // ...

Crash when spawning actor with no viewport initialized

UE - Editor - Workflow Systems - Nov 22, 2023

If an attempt to spawn an actor is made before the Level Editor Viewport is fully initialized (i.e. before it has had a chance to get rendered at least once), and that actor has no specific Factory ...

Volumetric clouds jitter when in front of geometry

UE - Graphics Features - Nov 30, 2023

Potentially related to [Link Removed], but distinct. ...

Widgets will bind input delegates to the Player Controller's Input Component, but never unbind them

UE - Editor - UI Systems - UMG - Jan 30, 2024

This is a bug introduced with 18468289 a while ago. We added this functionality for [Link Removed], which allows input event nodes to be placed within widgets and have them behave correctly.  This ...

Atmosphere Sunlight shafts, artifacts, for both cascaded and virtual shadow maps.

UE - Rendering Architecture - Feb 5, 2024

Very large objects casting dynamic shadows on the sky atmosphere can lead to flickering (cascaded shadow maps) or square patterns (virtual shadow maps). ...

Lumen indirect lighting artifacts when far from world origin

UE - Graphics Features - Lumen - Feb 6, 2024

Lumen seems to not be using Large World Coordinates somewhere. The Lumen Scene develops artifacts at large distances (5000 KM) from the world origin. ...

Networked Root Motion Sources can experience desynchronisation that is not present in animation root motion under forced adjustment

UE - Gameplay - Feb 13, 2024

In a networked environment with high packet loss (or high forced adjustment factor), motion applied using Root Motion Sources can desynchronise under conditions that animation root motion does not. ...

Exponential Editor Slate Performance Cost When Editing An Asset With Nested Instanced Structs

UE - Editor - Workflow Systems - Feb 20, 2024

UDN Issue: [Link Removed] ...

When the Initial Position of an Animation Asset is entered outside the expected range, the animation gets stucked and does not refresh.

UE - Anim - Runtime - Mar 18, 2024

The animation gets "corrupted" when the Initial Position value has an invaildad value. In this case, this means that the Initial Position value is outside the range of the duration of the Animation. ...