DOF - TAA pass ghosting when using r.DOF.TAA.CoCBilateralFilterStrength

UE - Graphics Features - Aug 7, 2025

In Unreal 5.6, there's a new CVar:* r.DOF.TAA.CoCBilateralFilterStrength, *which should help with ghosting artifacts introduced by TAA in DOF passes. However, it doesn't work as expected since many ...

Blurry RVTs after camera jump

UE - Graphics Features - Aug 7, 2025

When using Runtime Virtual Textures (RVT) on landscape in UE 5.5+, nearby tiles may remain blurry (low-resolution mips) after launching PIE or making large camera jumps (e.g. via bookmarks or viewpo ...

GPU Crash from out of memory read/writes in Lumen when using non-power-of-2 TracingOctahedronResolution

UE - Graphics Features - Lumen - Aug 6, 2025

When the r.Lumen.ScreenProbeGather.TracingOctahedronResolution is not a power of 2 or LumenFinalGatherQuality in a Post Processing Volume is set to a value such that the TracingOctahedronResolution ...

DataLayer: Duplication a GroupActor is broken

UE - World Creation - Worldbuilding Tools - Data Layers - Aug 5, 2025

The result of the duplication operation is that the Actors in the new group are part of the DataLayer but the new GroupActor is not.  ...

NavMesh generation should not care for Actors that are hidden in the Editor.

UE - AI - Navigation - Aug 5, 2025

The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...

FInstancedStruct does not serialise to JSON when used in a DataTable

UE - Editor - Workflow Systems - Aug 4, 2025

The JSON export functionality for DataTable relies on a FieldIterator to gather properties. This iterator is unable to gather the properties from the InstancedStruct. CSV export functionality works ...

SkinWeightsAsVertexMask in DeformerGraph does not respect SkinWeightProfile

UE - Anim - Rigging - Deformer - Aug 1, 2025

The WeightBuffer passed to the shader does not reflect the SkinWeightProfile. The work around is : void FOptimusSkinWeightsAsVertexMaskDataProviderProxy::GatherDispatchData(FDispatchData const& In ...

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