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

SSR doesn't reflect Skydome Mesh/Material correctly in Vulkan mobile preview

UE - Platform - Mobile - Aug 4, 2025

5.6[Image Removed] 5.5[Image Removed][Link Removed] ...

LiveCoding fails when DynamicDebugging is enabled

UE - Foundation - Cpp Tools - Live Coding - Aug 4, 2025

If DynamicDebugging is enabled, the output extension in the LiveCoding manifest is ".alt.dll", but the actual built DLL does not include ".alt" in its name. This mismatch causes an error. ...

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

Crash when displaying lumencards on map with many objects

UE - Graphics Features - Lumen - Aug 1, 2025

There is a thread conflict between FRDGBuilder execution in Background Worker and LumenVisualizer's LumenCard add/delete process. When lumen cards are displayed in a scene with many objects, a crash ...

Add dll-exposure to landscape patch public functions that are meant to be used by external modules

UE - Graphics Tools - Terrain - Landscape - Jul 31, 2025

ULandscapePatchComponent::SetIsEnabled, IsEnabled, etc. are all callable from BP but not from c++. This is not convenient for licensees ...

ULocalPlayerSaveGame::IsSaveInProgress always returns true after a save completes

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