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

Material Analyzer misreports static params for Material Layers

UE - Rendering Architecture - Materials - Jan 20, 2026

When analyzing materials that use Material Layers, Material Analyzer reports that multiple Material Instances “share the same static parameter array” and therefore recommends reparenting so that onl ...

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

UE - Gameplay - Input - Jan 16, 2026

This is somewhat related to [Link Removed] Closed and was brought up by a [Link Removed] Setting the CVar input.bRespectIM ...

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

FMovieSceneSkeletalAnimationParams::MapTimeToAnimation returns the wrong value if InFrameRate is not the Tick Resolution

UE - Anim - Sequencer - Jan 16, 2026

FMovieSceneSkeletalAnimationParams::MapTimeToAnimation takes in an FFrameTime and FFrameRate and is supposed to tell you which frame of animation that evaluates to, when accounting for looping, play ...

Optimize closing the Material Editor and Material Instance Editor

UE - Rendering Architecture - Materials - Jan 15, 2026

[Link Removed] We always need to build texture data which requires building debug view mode shaders to do some rendering to get texture densities. Can we find another way to do this? Can we at le ...

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

'Hide Unconnected Pins' Button in the Blueprint Node Details Panel Disconnects SubPins with Connections

UE - Framework - Blueprint - Jan 14, 2026

Given a get node with a struct output, if "Split Struct Pin" is used on the struct and one of that struct's outputs are connected to another node, it does not count as a used pin when the base get n ...

Constraint Binding ID is broken on attach track when subsequence asset is moved.

UE - Anim - Sequencer - Jan 14, 2026

Moving a level sequence asset that contains actors that are being referenced as a subsequence in an attach track causes the references to drop, even though the subsequence reference is correctly upd ...