Buildgraph: "After" paramter on nodes doesnt add a dependancy

UE - Foundation - Horde - BuildGraph - Dec 22, 2025

Adding the after parameter to a node, does not add a dependency like requires does. The documentation indicates that it would be triggered after another node. This was interpretated by the licensee ...

Virtual Memory leak when using specific rendering settings in the template project

UE - Rendering - Architecture - RHI - Dec 20, 2025

When a project is run with these settings in a template project, untracked virtual memory increases. Cvars r.GBufferFormat 3 r.Lumen.TraceMeshSDFs 1 r.Lumen.TranslucencyReflections.FrontLayer.Enab ...

Skeletal Mesh BLAS updates when not animating

UE - Rendering - Architecture - RHI - Dec 19, 2025

The BLAS for Skeletal Meshes that don't move, or tick get updated every frame even if the animation and skin cache aren't updated. This adds over 1ms to update time. The only exception is if the sk ...

When r.SSR.Stencil is enabled, there is wrong logic observed.

UE - Graphics Features - Dec 19, 2025

When r.SSR.Stencil is enabled, the areas with high roughnesss are not discarded and Unlit materials are incorrectly handled. See the linked EPS case (Additional Info URL) for a full explanation of ...

Crash when a StateTree-related Parameter is of a type that includes two nested arrays with the same name (due to FPropertyChangedEvent::ArrayIndicesPerObject using array names to map to their changed indices)

UE - AI - StateTree - Dec 19, 2025

This issue was reported in the context of adding and setting parameters on StateTrees, Tasks and related assets, but its root cause lies in the structure FPropertyChangedEvent and can possibly affec ...

Crash during .zfprj import when Feature detection quality is set to High and Use mosaic images as feature source is set to Yes

RS - Alignment - Dec 19, 2025

Found in 2.0.0.118621 (R200). It appears that the combination of Feature detection - High and Use mosaic images as feature source during .zfprj LiDAR import - Yes. causes a crash. Outcome: RS ...

Subobject ComponentClass overrides cause failing assertions due to UObject reconstruction on AsyncLoadingThread

UE - Framework - dSTM - Dec 19, 2025

Context The blueprint editor allows you to override an actor component's class in derived blueprints (component details panel -> Component Class). [Image Removed] Problem When a blueprint and it ...

Call In Editor functions not working in blueprints

UE - Editor - Developer Usability - Dec 19, 2025

Context When selecting a component on an actor, any CallInEditor functions on the component's class appear as buttons in the details panel. Problem The CallInEditor functions don't execute in Blu ...

Actor Components incorrectly appearing mixed with the Scene Component Hierarchy in the Component Tab of the Blueprint Editor

UE - Framework - Blueprint Editor - Dec 19, 2025

This is a regression introduced by CL 45871568 in ue5-main branch. The new function FFBlueprintEditorDefaultSortUICustomization::SortSubobjectData() in file "BlueprintEditorSCSEditorUICustomization. ...

WorldToClip/ClipToWorld transform in materials not behaving as expected

UE - Graphics Features - Dec 19, 2025

In 5.3, the specified code will return all 0 or very small as expected. However in 5.4.4 and onwards (also checked in 5.6.1 & 5.7.1), it returns very large numbers. ...