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

Seam visible when using a material with BumpOffset on a Nanite mesh

UE - Graphics Features - Nanite - Sep 18, 2025

When a material that uses BumpOffset is fed into the Emissive Color of Surface Opaque Default Lit material and then applied to a nanite mesh, a visible seam can be seen along edges and the intersect ...

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

Nanite Skeletal Meshes Invalidate VSM

UE - Graphics Features - Nanite - Sep 17, 2025

Nanite Skeletal Meshes will always invalidate VSMs, even with their Shadow Cache Invalidation Behavior set to Rigid. This does not match the behavior of non-Nanite Skeletal Meshes. ...

Controller::OnPossessedPawnChanged broadcasts (Pawn->null) but not (null->Pawn) during AGameModeBase::RestartPlayer()

UE - Gameplay - Sep 17, 2025

Context AController has a blueprint assignable delegate that fires when the possessed pawn changes. This should fire in both singleplayer and networked games. The bug is reproducible in single play ...

Point light missing issue on PowerVR GE8xxx when GPUScene is enabled

UE - Platform - Mobile - Sep 17, 2025

On PowerVR GE8xxx devices (e.g., GE8320), running with GPUScene enabled on the OpenGL ES path, point/local Lights render nothing or significantly weak result. Withouy GPUScene(UniformView/UBO path), ...

Local Exposure can cause large variations in PreExposure under certain conditions

UE - Graphics Features - Sep 16, 2025

PreExposure is influenced by LocalExposure in PostProcessEyeAdaptation.cpp:1265. It appears when the scene is particularly dark and using manual exposure, the LastAverageLocalExposure can read a lar ...

Custom fallback mesh LODs for Nanite-enabled meshes not working

UE - Graphics Features - Nanite - Sep 15, 2025

Creating a custom fallback mesh with LOD for Nanite-enabled meshes with multiple materials, results in mesh LODs with errors. As the number of material sections (material slots) decreases with coars ...

Switching modular control rig to FK mode breaks animated pose on layered control rigs

UE - Anim - Rigging - Control Rig - Sep 14, 2025

From the licensee:We have built a modular Control Rig in Unreal 5.6, and while IK to FK matching works correctly inthe rig, but we are facing an issue when applying mocap animation to the characters ...

Move SAnimTimeline to public API

UE - Anim - Runtime - Sep 14, 2025

I wanted to be able to make use of the same widgets the AnimSequence uses for its timeline with play/pause, rewind, etc. However I discovered this was all in private folders in the Persona plugin. ...