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

Setting a struct bool property (bitfield) to itself writes the wrong value

UE - Framework - Blueprint Compiler - Sep 17, 2025

There's an issue when assigning a bitfield bool to a native bool in Blueprints. Currently, the engine erroneously treats the memory for a local bool as a uint8 bitfield, which is undefined behavior. ...

FBX reimport issue with Interchange Framework

UE - Editor - Content Pipeline - Import and Export - Sep 15, 2025

A licensee has reported that the following repro steps can result in a "Failed to merge bones" error:One of our Skeletal Mesh assets was imported into engine version 5.4 using an older version of th ...