Curve Debugger window is broken when viewing curves in the Anim Sequence editor

UE - Anim - Runtime - Oct 15, 2025

The curve debugger is currently broken when viewing curves on anim sequences. It seems that only metadata/skeleton curves are displayed, and those aren't updating correctly or showing their type (m ...

Sequencer: Camera Lock Breaks After Closing Sequencer and Re-entering PIE

UE - Anim - Sequencer - Oct 9, 2025

Viewport camera lock in Sequencer fails to persist correctly after running PIE with Sequencer open, then closing Sequencer and running PIE again. The issue consistently reproduces using the attached ...

Pathtracer - Odd results from any material adjusting normals to complement world position changes

UE - Graphics Features - Path Tracer - Sep 30, 2025

Someone on the forums is reporting a possible bug with Pathtracer and any material that adjusts normals to complement world position changes. See pic attached. Reporting forum thread:https://foru ...

BoxOverlapActors fails to catch an Overlaped actor with a particular scale, from a particular position

UE - Simulation - Core - Sep 30, 2025

BoxOverlapActors fails to overlap a scaled Floor actor with a particular scale, from a particular position and extent. The setup is really specific and described in Steps to Reproduce. The required ...

Merge Actors (Simplify) is broken with Substrate Shader Models Node

UE - Graphics Features - Substrate - Sep 29, 2025

Substrate Materials cannot be baked when Meshes are merged using the "Simplify" method. All textures except for the normal are reduced to a single black parameter. The normal texture produced does n ...

nDisplay Regression: Public header DisplayClusterViewport_OverscanSettings.h now includes internal header Math/MarginSet.h, breaking clients' code

UE - Virtual Production - nDisplay - Sep 29, 2025

On the nDisplay plugin code, CL 44773085 from August 12 introduced a new struct template TMarginSet and changed struct FDisplayClusterViewport_OverscanSettings to use it. However, the latter is defi ...

Mutable custom versioning issue from 5.5->5.6

UE - Anim - Mutable - Sep 19, 2025

In 5.6, a handful of new entries in `FCustomizableObjectCustomVersion` were added, including `SetDisplayNamePropertyAsPinNameOfTableNodes`. Looking back at the history, `SetDisplayNamePropertyAsPinN ...

Mutable references MetaHumans heads directly, but DNA Assets are private

UE - Anim - Mutable - Sep 18, 2025

When we switched our project to 5.6.1 This error appeared on build. The compilation of the Mutable assets in the editor is not reporting any issue. ...