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

Texture streaming uses ISM component bounds instead of closest ISM instance

UE - Rendering Architecture - Jan 22, 2026

When regular texture streaming is used (not virtual textures), the largest mips are always loaded for ISM mesh textures whenever the camera is inside the bounds of the ISM even if the instances are ...

PCGs Duplicate Point node option to apply in Relative Space has metadata warnings and crashes editor.

UE - World Creation - Procedural Tools - Jan 21, 2026

When using the PCG Duplicate Point node's "Direction Applied in Relative Space" option, this deletes or messes with the output metadata and, if connected to an output or using it's debug mode, will ...

UEditorEngine::OnAllPIEInstancesStarted() called prematurely, multiple times, while PIE clients are starting

UE - Gameplay - Jan 21, 2026

Context UEditorEngine::OnAllPIEInstancesStarted() is a virtual function that gets called when launching Play-in-Editor. It can be overridden if the game project chooses to introduce a subclass of U ...

Sequencer: Camera blends restore to incorrect view target after Keep State

UE - Anim - Sequencer - Jan 20, 2026

When a Level Sequence’s Camera Cut track with When Finished = Keep State is played, the “original state” is persisted into the PreAnimatedStorage array inside FPreAnimatedCameraCutStorage. From the ...

[Enhanced Input] The action instance data is incorrectly reset when you call "Add mapping context" on the same mapping multiple times

This is somewhat related to [Link Removed] and was brought up by a [Link Removed] Setting the CVar input.bRespectIMCPriortyForTriggers to false resolves the issue, but would re-introduce [Link Remo ...

Clearcoat material behaves differently between 5.5 and 5.7

UE - Graphics Features - Jan 16, 2026

Starting with Unreal Engine 5.7, specular reflections on clearcoat Materials are less pronounced. Unreal Engine 5.5 tests performed on //UE5/Release-5.5/, CL: 41545209 ...

Character unnecessary step down during PHYS_Flying mode

UE - Gameplay - Player Movement - Jan 15, 2026

When MovementMode is set to PHYS_Flying, the character may unexpectedly step down by MaxStepHeight when colliding with a wall near a ceiling. This occurs because UCharacterMovementComponent::StepUp ...