FDetailGroup::AddGroup does not correctly apply the default expansion state for DetailGroups

UE - Editor - Workflow Systems - Feb 10, 2026

There is a bug affecting DetailGroups in the engine. When adding child DetailGroups to a parent DetailGroup, the expansion state does not behave as expected and ignores the flags intended to control ...

Directly opening a modified map asset of a streaming sublevel does not always force it to be reloaded (inconsistent with other map open behaviors)

UE - World Creation - Worldbuilding Tools - Feb 10, 2026

When the level currently being edited has unsaved changes and the user opens a new one, the Editor asks if the changes should be saved. If the user answers negatively, the level asset is reverted to ...

Landscape HLODs are broken in 5.7.2 (Github Release branch)

UE - World Creation - Worldbuilding Tools - HLOD - Feb 6, 2026

Landscape HLODs are broke when build from Editor. See repro steps above. I have not provided a repro project as it uses the open world starter map. Note that current Main has additional bugs that o ...

Animation compression deadlock

UE - Anim - Runtime - Anim Blueprints - Feb 5, 2026

The deadlock occurs when attempting to cancel compression during animation sequence destruction. The compression thread ends up deadlocking with the game thread, which is the one requesting the canc ...

DynamicMaterialParameters Niagara module resets write flags on emitter update

UE - Niagara - Feb 4, 2026

When using the DynamicMaterialParameters Niagara module in UE 5.6, 5.7, and UE5-Main (CL 50298778), updating an emitter causes Boolean values, such as Index0Float0Write, to reset to default values, ...

Ending a GameplayAbility from an AbilityTask created by the same GameplayAbility does not correctly end the AbilityTask, and it continues ticking.

UE - Gameplay - Gameplay Ability System - Feb 2, 2026

When a GameplayAbility is ended from within a child AbilityTask, the AbilityTask is not cleaned up correctly. As a result, even though the GameplayAbility is no longer active, the AbilityTask contin ...

MRQ reports missing frames when rendering multiple cameras on a Sequencer camera track with Temporal Sample Count > 1

UE - Virtual Production - Tools - MRQ - Feb 2, 2026

If there are multiple cameras in the Sequencer camera track, everything works correctly when the Temporal Sample Count for anti-aliasing is set to 1. However, when it is set to 3, the following erro ...

Crash when enabling Nanite on a Mesh using an OptimusDeformer

UE - Anim - Rigging - Deformer - Jan 29, 2026

When a skeletal mesh has a deformer present and then nanite support is enabled and applied. (the deformer in question was hsasset://DeformerGraph/Deformers/DG_LinearBlendSkin_Morph_Cloth_RecomputeNo ...

Textures from Data tables do not work with Clip with UV Mask.

UE - Anim - Mutable - Jan 23, 2026

Currently this workflow fails to generate in mutable, but using static paramters for textures do work. ...