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

LWCLength precision issues

UE - Graphics Features - Nov 18, 2025

Large World Coordinates tile-offset position data can result in artifacts far from the world origin, when using it as input for mathematical distance field generation. This can be mitigated by demot ...

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

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

AsyncSaveGameToSlotForLocalPlayer does not properly handle multiple requests

UE - Gameplay - Nov 14, 2025

ULocalPlayerSaveGame::AsyncSaveGameToSlotForLocalPlayer was designed to properly support multiple in flight requests at the same time, but the current code does not work correctly and this can cause ...

Typo in NaniteRasterizer.usf preventing low tessellation mode at distance

UE - Graphics Features - Nanite - Nov 12, 2025

A typo in a conditional compilation macro in NaniteRasterizer.usf causes code controlling distant tessellation reduction to never be included in final shader code. This means that the low tessellati ...

GetStaticRayTracingGeometries doesn't check if mesh has ray tracing disabled

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

An ensure is hit for static raytracing geometry because skeletal mesh assets that had ray tracing disabled were not handled in: FSkeletalMeshSceneProxy::GetStaticRayTracingGeometries The concurrent ...