Unshelving a file from Unreal locks unreal. Killing process leaves the file locked and can't be checked out

UE - Editor - Workflow Systems - Nov 17, 2025

Unreal currently locks any assets that are loaded. Actions such as "revert" from within the editor handle this properly by unloading the asset but unshelving from within the editor does not respect ...

Remote members not correctly removed from lobby

UE - Online - Nov 17, 2025

While the OnLobbyMemberLeft event does seem to be fired correctly, the remote member will still be in the lobby's "Members" map, and its data can still be found in FLobbyClientData::MemberDataStorag ...

Updates to DesiredFocusWidget for a UserWidget are not propagated to existing instances of it inside the WidgetTree of other widgets

UE - Editor - UI Systems - Nov 17, 2025

This issue has been reproduced in UE 5.3 to 5.7 and source versions. A repro project is available. Below are the findings from an initial investigation of the problem. Normally, when a UserWidget p ...

Control Rig Box Selection Innacurate

UE - Anim - Rigging - Control Rig - Nov 17, 2025

When useing marquee select on controls in the rig, their on screen size determines how likely they are to be included in the selection which isn't a reliable enough method for animators. Our workaro ...

Geometry Collections built with "Use Root Proxies" rendering/transform positions ignore the original root node rotation and can lead to unexpected behaviors

UE - Simulation - Physics - Destruction - Nov 17, 2025

Geometry Collections (GC) built with "Use Root Proxies" rendering/transform positions ignore the original root node rotation and can lead to unexpected behaviors. If the root node of the GC was rot ...

Crash at Skeleton Remapping

UE - Anim - Runtime - Nov 14, 2025

The details are in the EPS : [Link Removed] ...

Missing UV Clamping or Clear in SunAlphaPS_Mobile

UE - Platform - Mobile - Nov 13, 2025

In: void SunAlphaPS_Mobile( float2 InUVs[8] : TEXCOORD0, in FStereoPSInput StereoInput, out HALF_TYPE OutColor : SV_Target0 ) { OutColor =  SunUnBias(SunShaftAndDofTexture.Sample(SunShaftAndDo ...

Input Touch Hold trigger fails to reset, unlike Mouse Hold (using Enhanced Input Context)

UE - Gameplay - Input - Nov 13, 2025

When using the Enhanced Input Context, the Input Touch Hold trigger does not reset correctly after releasing a touch input. Unlike Mouse Hold, which keeps firing Canceled events as expected, Input T ...

Mutable bake instance overwrite instead increments

UE - Anim - Mutable - Nov 13, 2025

We are using Mutable and right now we can't overwrite already baked SK instances. This occurs when, we have a set variation for a character and we address a feedback on one of the used skeletal mesh ...