SetBlendState has HDR UI override baked in

UE - Rendering - Architecture - Mar 20, 2026

SetBlendState() is called from non-UI code but has HDR UI overrides baked in. The UI specific code should be moved to the UI code that calls SetBlendState() - likely in FCanvas, or the function sho ...

DynamicWind doesn't unregister proxy and leaks

UE - Rendering - Architecture - Mar 20, 2026

FSkinnedSceneProxy's never get unregistered from the DynamicWind system In FDynamicWindTransformProvider::UnregisterSceneProxy, there's an early out that says: if (SkinningSceneExtProxy == nullptr ...

Wrong calculation of "MaxAllocatedCountEstimate" inside FNiagaraRendererRibbons::GenerateDynamicData()

UE - Niagara - Mar 20, 2026

Starting with UE 5.4, function FNiagaraRendererRibbons::GenerateDynamicData() from file [NiagaraRendererRibbons.cpp] attempts to calculate DynamicData->MaxAllocatedCountEstimate as such: DynamicDat ...

UMG Viewmodel Plugin -- When setting up View Bindings, several arithmetic and comparison functions are missing from the "Conversion Functions" list

UE - Editor - UI Systems - UMG - Mar 20, 2026

When setting up View Bindings from the "UMG Viewmodel Plugin" on a Widget Blueprint, it is possible to select a compatible "Conversion Function" from the list of available bindings. By default, the ...

Binding to a Post Process AnimBP in Sequencer Causes MovieScene to Run Every Phase Every Frame

UE - Anim - Sequencer - Mar 20, 2026

When binding to a Post Process AnimBP in Sequencer causes MovieScene to run the Spawn and Instantiation phase every frame. The code here explicitly looks at the AnimInstance on the Skeletal Mesh C ...

Chooser with Gameplay tag as output causes Evaluate Choose to not compile.

UE - Anim - Gameplay - Mar 20, 2026

When using a No Primary Result Chooser that contains an FGameplayTag parameter, an Evaluate Chooser node using that chooser will cause a compilation error: LogBlueprint: Error: [AssetLog][PathToPro ...

Material Editor Viewport does not display World Position Offset

UE - Rendering - Graphics Features - Mar 19, 2026

The preview Viewport in the Material Editor does not correctly render World Position Offset. It appears that the RenderVelocities pass (which is also drawing the depth for the preview sphere) does ...

Camera tangent inversion on FBX Import when "Force Front XAxis" is enabled

UE - Anim - Sequencer - Mar 19, 2026

When importing camera animation FBX files into Sequencer, enabling the "Force Front XAxis" option causes the key tangents for Rotation-Pitch (Y) to be inverted. This results in broken animation curv ...

Nanite Displacement Bounds Mismatch Causes Floating Terrain Artifacts on Landscape

UE - Rendering - Graphics Features - Nanite - Mar 19, 2026

Summary When Nanite Tessellation (Nanite Displacement) is enabled on a Landscape in UE 5.7.3, scaling the Displacement value via Multiply nodes in the material graph causes floating terrain ghost a ...

When CommonTabListWidgetBase and ScrollBox are arranged vertically, tabs within CommonTabListWidgetBase momentarily become selected when scrolling the ScrollBox upward

UE - Editor - UI Systems - UMG - Mar 19, 2026

When attempting to scroll the ScrollBox upward, the cursor briefly shifts focus to another widget (CommonTabListWidgetBase). When logging this behavior using LogSlate VeryVerbose, it can be observed ...