StableSpringsSystem has lots of warnings

UE - Simulation - Visual - Apr 6, 2026

System successfully compiled with 16 warnings. /Engine/Generated/NiagaraEmitterInstance.ush:2732:250: note: variable 'OutMaterialMultiplier' is declared here void SolveDistanceSpringMaterial_Emitter ...

[Enhanced Input] Edge case where bShouldBeIgnored incorrectly being reset after FlushPressedKeys is called

UE - Gameplay - Input - Apr 2, 2026

[Link Removed] From UDN, the steps for their repro case: Normal case: Frame N : AddMappingContext → bShouldBeIgnored=true → FlushPressedKeys → bDown=false Frame N+1: OS IE_Repeat arrives → ...

Trying to view transient skeletal merged mesh crashes engine

UE - Anim - Rigging - Skeletal Editor - Mar 31, 2026

Using the Merge Meshes blueprint function within the Skeletal Merging Library. It does seem to work in that I see my merged mesh in a PIE environment, but if I double click on the transient mesh I g ...

Hair Shadows Not Affecting SSS Back Scattering (Subsurface Profile)

UE - Rendering - Graphics Features - Mar 30, 2026

Groom strands do not appear to correctly block transmitted light for Subsurface Scattering Profile Materials. In some cases, not only will they not block the light, but can instead lead to more ligh ...

Incorrect CRC hash for shared fragments with FInstancedStruct member

UE - AI - Mass - Mar 30, 2026

User has encountered an issue with shared fragments that contain a member variable of type FInstancedStruct. It appears that UE::StructUtils::GetStructInstanceCrc32() does not correctly compute the ...

Dynamic Translucency Resolution Not Reported Correctly

UE - Rendering - Architecture - Mar 24, 2026

The dynamic translucency resolution and other dynamic resolution values were tied to the primary dynamic resolution and never updated for each type of dynamic resolution. The scaling resolution fra ...

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

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

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