Sphere Mask ArgInvHardness missing multiplication

UE - Rendering Architecture - Materials - Jun 27, 2025

Hi Epic, In MaterialExpressions.cpp UMaterialExpressionSphereMask::Compile(), hardness is not calculated the same way in both <if> conditions. One is missing a multiplication by 0.01f. Specificall ...

Eye Adaptation Inverse node does not work with volumetric materials

UE - Graphics Features - Jun 23, 2025

The EyeAdaptionInverse node works differently for surface materials and volumetric materials. In surface materials, it allows to have a consistent glow during day and night time, however in a volume ...

Instanced Static Meshes ignore max World Position Offset Displacement for bounds after UpdateInstanceTransform is called

UE - Graphics Features - Jun 18, 2025

When an Instanced Static Mesh Component (ISMC) uses a material with a non-zero Max World Position Offset Displacement, the bounds are correctly expanded at initialization. However, after calling Upd ...

Significant hitch occurs when invoking ApplySettings on a UGameUserSettings object

UE - Graphics Features - Jun 18, 2025

Calling the ApplySettings method on a UGameUserSettings object results in a noticeable hitch, with severity proportional to the number of primitive components present in the scene. This hitch stems ...

Performance hitch from RemoveGeometryCache flushing the render thread

UE - Editor - Content Pipeline - Alembic - Jun 12, 2025

FGeometryCacheStreamingManager::RemoveGeometryCache calls FlushRenderingCommands which shows up as a hitch when profiling. [Link Removed] Ideally the flush added in CL#23782411 to fix a rare deadl ...

In editor, sub level instance's streaming state persists incorrectly after toggling Level Behavior without saving

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 11, 2025

When adding a sub level with world partition streaming to a main level where the streaming is also enabled, setting* Level Behavior* of the sub level to Standalone, and saving the result, in the fir ...

Incorrect NiagaraSystem passed to KillUnusedComponents in ReclaimWorldParticleSystem

UE - Niagara - Jun 10, 2025

In UNiagaraComponentPool::ReclaimWorldParticleSystem, the cleanup loop for WorldParticleSystemPools calls KillUnusedComponents with the reclaimed component's NiagaraSystem (Asset) instead of the sys ...

Staging a patch does not copy pak signatures when staging

UE - Foundation - Jun 10, 2025

When creating a patch with pak signing enabled the created output folder contains the pak files from the base release but does not contain the .sig files, even if they were enabled when creating the ...

Sphere Reflection Captures overridden by Skylight

UE - Graphics Features - Jun 10, 2025

When using non-Lumen lighting and Screenspace reflections off, the skylight location overrides the Reflection Capture location during Build Reflections. This results in a Reflection Capture taken fr ...

Anim State Notifies Don't Consistently Fire Begin/End Events for Looping Anim Sequences

UE - Anim - Runtime - Anim Blueprints - Jun 9, 2025

If you have an Animation Notify State and set it up on an animation to start at the exact beginning of the anim sequence and finish exactly at the end (I have attached a picture of this). It doesn't ...