Linker Instancing Context duplication results in OOM

UE - World Creation - Worldbuilding Tools - OFPA - Aug 16, 2024

In order to fix a major issue involving dissapearing actors during cook, we added instancing context duplication in 31925640. This actually undoes the optimization made from 26543720 Both reported ...

Using Fracture/Chaos Destruction with TSR as Anti-Aliasing Method generates smeared images.

UE - Simulation - Physics - Destruction - Aug 15, 2024

Using Fracture/Chaos Destruction with TSR as Anti-Aliasing Method generates smeared images whenever the debris are moving. The client pointed out that the issue might come from GeometryCollectionCom ...

When level instance is in standalone mode, the actor with IsMainWorldOnly enabled is loaded into persistent level.

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 14, 2024

The IsMainWorldOnly setting for Actor in LevelInstance is not reflected when LevelInstance is in Standalone mode. The setting is respected when LevelInstance is in Embedded mode. The Actor is not l ...

Layered Control Rigs + Skeletal Mesh with Animation Blueprint in the Sequencer

UE - Anim - Rigging - Control Rig - Aug 13, 2024

When a layered control rig track is added to the sequencer the character’s legs will collapse into the body of the character. Switching the layer to additive will do nothing. Trying to force the ani ...

Ensure when using ellipsis overflow method with very small Slate text boxes

UE - Editor - UI Systems - Slate - Aug 12, 2024

The Ellipsis overflow method on text widgets can cause an ensure to trip as a result of a render batch being sent with no indices. We could guard against this in SlateRHIRenderingPolicy by checking ...

Ortho near plane clips geometry in Editor Top view

UE - Graphics Features - Aug 9, 2024

When the viewport is in Top (ortho) Lit mode the near plane clips through geometry as you zoom the view in and out. ...

Lightmap UV generated on Windows and Mac is not deterministic

UE - LD & Modeling - Modeling Tools - Aug 7, 2024

HLOD dithered fade-out transition does not work since UE5.4

UE - World Creation - Worldbuilding Tools - HLOD - Aug 7, 2024

When DitheredLODTransition is enabled for HierarchicalInstancedStaticMesh, in the previous version (5.1.1), dithering was applied during fade-in/fade-out, but in 5.4.3, dithering is not applied duri ...