Placed render targets are not initialized properly in D3D12

UE - Rendering Architecture - RHI - Nov 21, 2025

same PhysicsAsset refresh multi times when modify multi SkeletalBodySetup properties in same PhysAsset

UE - Anim - Gameplay - Nov 20, 2025

USkeletalBodySetup::PostEditChangeProperty will call OwningPhysAsset->RefreshPhysicsAssetChange(), if I modify many SkeletalBodySetup properties in same PhysAsset, will cause call OwningPhysAsset-> ...

UbaAgent in 5.7 depends on qwave.dll, which is not available on Server Core

UE - Foundation - Cpp Tools - UnrealBuildAccelerator - Nov 19, 2025

A licensee runs UbaAgent on Windows Server Core. This worked in 5.5 and 5.6, but broke in 5.7. After some investigation, they found that UbaAgent took a new (hard) dependency on qwave.dll in order ...

Controller Mapping/Unmapping on some platforms is not ideal for local multiplayer

UE - Gameplay - Input - Nov 19, 2025

[Link Removed] The workaround is as I posted in the UDN, to override the viewport client or to make a custom slate input mapping to change this behavior. But, there is a bug with that unmapping/l ...

[AI] SmartObjectPersistentCollection produces errors during Map Validation

UE - AI - SmartObject - Nov 18, 2025

SmartObjectPersistentCollection in 5.6 and later now give errors when the map validator runs due to referencing spatially loaded actors. This was working per licensee in 5.5. There was a change from ...

Skeletal Meshes created in Unreal with only a root bone do not export correctly

UE - Editor - Content Pipeline - Import and Export - Nov 17, 2025

Build crash when enabling r.CreateShadersOnLoad=1

UE - Rendering Architecture - Shaders - Nov 10, 2025

When "r.CreateShadersOnLoad" is enabled, cooking will crash due to failure to create a shader. This occurs on //UE5/Release-5.5, CL: 41545209 and //UE5/Release-5.6, CL: 45232827 ...

5.6 Skeletal Meshes with Disabled Sections Flicker in Ray Tracing Scene

UE - Graphics Features - Ray Tracing - Nov 7, 2025

Skeletal meshes with disabled mesh sections will flicker in the Hardware Ray Tracing Scene. Also tested on //UE/Release-5.6, CL:45232827 ...

Animation Constraint Jitter in Sequence when Constraining Layered Control Rig node

UE - Anim - Anim in Engine - Nov 6, 2025

When using constraints with layered control rigs, you get jitter on the constrained object. ...