ScreenshotCapturedDelegate is never called in HDR

UE - Editor - Nov 21, 2025

In UGameViewportClient::ProcessScreenShots, when bHdrEnabled is true, the Bitmap array is never filled (the capture code uses BitmapHDR), so ScreenshotCapturedDelegate is never called for any custom ...

Landscape weight-blended layers don't paint exclusively anymore

UE - Graphics Tools - Terrain - Landscape - Nov 20, 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 ...

Inline retargeting gives different output pose vs retargeting from mesh

UE - Anim - Rigging - Retargeting - Nov 19, 2025

When we perform a retarget from an input pose rather than another mesh, the transforms within the anim bp have already been conformed to the target mesh by translational retargeting and compatible s ...

FInstancedStruct member uproperties are not cached when "Generate Optimized Blueprint Component Data" is enabled

UE - Framework - Blueprint - Nov 18, 2025

A licensee has encountered an issue where their FInstancedStruct isn't being gathered into CachedPropertyData when "Generate Optimized Blueprint Component Data" is enabled. The changes in [Link Remo ...

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

Iris - Server fails to send client initialization RPCs after seamless travel if the client finishes travelling first

UE - Networking - Iris - Nov 18, 2025

During seamless travel, when a client loads into the destination level it will call APlayerController::ServerNotifyLoadedWorld, including when it finishes the travel before the server. When the serv ...

LevelSequenceActor transform offset for Sequencer lost on value changed

UE - Anim - Sequencer - Nov 17, 2025

Toggling Lock, Pin, Ignore on subsequences or adding new transform key on a character inside a subsequence the Actors lose the LevelSequenceActor transform offset they have at preview and go back to ...