Sequence thumbnails save with visual issues

UE - Anim - Sequencer - Aug 1, 2025

[Link Removed] When camera tracks are activated, saving the sequencer results in captured anomalies: 1. Incorrect aspect ratio 2. Additional post-processing effects such as lens flare appear 3. ...

start/end state notify events can be sent every frame on dedicated server builds

UE - Anim - Gameplay - Aug 1, 2025

The problem is that UCharacterMovementComponent::MoveAutonomous can tick the anim instance and dispatch notifies outside of the regular skeletal mesh component tick. But when MoveAutonomous calls T ...

ULocalPlayerSaveGame::IsSaveInProgress always returns true after a save completes

UE - Graphics Features - Jul 31, 2025

ULocalPlayerSaveGame::IsSaveInProgress always returns true after the first save is requested. This is due to the return statement checking if either an error has yet to be reported or a success has ...

Windowed game window can restore to the wrong size due to DPI Awareness is configured after setting initial window size

UE - Graphics Features - Jul 31, 2025

If in use, DPI Awareness is set after the initial window size is set. For a Windowed window, the settings are unable to restore the prior resolution settings on an application restart due to the pr ...

Anamorphic Squeeze Factor causes a blocky Depth of Field issue on AMD Hardware

UE - Graphics Features - Jul 30, 2025

When using the Anamorphic Squeeze Factor on a camera on AMD RDNA3 and RDNA4 hardware, blocking artefacts may be seen depending on the extent of the blur. The peripheries of the viewport appear to be ...

Hardware Raytracing on Lumen can cause a crash on AMD Radeon GPUs

UE - Graphics Features - Lumen - Jul 29, 2025

Hardware Raytracing support can cause a crash on AMD Radeon GPUs when creating the RT pipeline state. ...

GPULightmass baking issues on AMD

UE - Graphics Features - Jul 28, 2025

Volumetric Light Maps are not generated correctly when baked with GPU Lightmass on AMD GPUs. The issue has been reproduced on RX 9070, RX 9070 XT, and RX 7900 XT. ...

Mutable RemoveMesh node with data from DataTable

UE - Anim - Mutable - Jul 28, 2025

Hi, We are trying to use Mutable plugin to avoid clipping using the RemoveMeshNode with data from DataTables. However we are having trouble with the most basic example of our idea. We have a Data ...

SynchronizeWithExternalDependencies can cause soft lock with Pose Search DDC tasks during cook

UE - Anim - Gameplay - Jul 25, 2025

SynchronizeWithExternalDependencies will call Modify on the Pose Search Database when the database has changed. This will call FAsyncPoseSearchDatabasesManagement::OnObjectModified which in turn ma ...

UPoseSearchDatabase::SynchronizeWithExternalDependencies re-adds existing DB assets that don't have branch in notifies

UE - Anim - Gameplay - Jul 25, 2025

If we have PSDs that contain assets that were added manually to the database and also others that were added via branch in notifies then SynchronizeWithExternalDependencies will remove and re-add th ...