UMaterialFunctionInterface not being tagged as BlueprintType makes some editor scripting scenarios difficult

UE - Rendering Architecture - Materials - Jul 21, 2025

UMaterialInterface is BlueprintType, but UMaterialFunctionInterface is not. This makes it difficult to port some BP logic that works with materials to the material layer system. Crystal Dynamics wou ...

Editor crash when adding mesh renderer elements in Niagara

UE - Niagara - Jul 8, 2025

When adding multiple meshes to a Niagara Mesh Renderer Module, a check() will be triggered due to a mismatch in the number of Widgets and the number of Tooltip Widgets. ...

In Sequencer, copying a Missing/Invalid Bound Object to a track may crash the Editor with an Unhandled Exception at UExporter::FindExporter()

UE - Anim - Sequencer - Jun 26, 2025

In Sequencer, copying a Missing/Invalid Bound Object to a track may crash the Editor with an Unhandled Exception at UExporter::FindExporter(). The licensee has provided a txt file that contains the ...

Sequencer's View Options>Expand/Collapse Nodes and Descendants (Shift+V) does not Collapse after being Expanded (UE5.6)

UE - Anim - Sequencer - Jun 25, 2025

Sequencer's View Options>Expand/Collapse Nodes and Descendants (Shift+V) does not Collapse after being Expanded (UE5.6). As described in the Steps to Reproduce section, the command expands the prope ...

Sky appears black in some exported renders

TM - Rendering - Jun 24, 2025

Reported by beta user in SF [Link Removed] User exported an image with Path Tracer and the exported render displayed the sky as black. This issue seems to be very low repro, and neither myself or ...

[AI] Area Class to Replace does not work on SplineNavModifierComponent

UE - AI - Navigation - Jun 16, 2025

The SplineNavModifierComponent does not have the same behavior as regular nav modifier components where the modifier can specify that it only replaces a given NavArea class. Setting the area class t ...

Fix up GPU breadcrumb labels for Intel performance analysers

UE - Rendering Architecture - RHI - Jun 13, 2025

A licensee has brought up that the GPU breadcrumbs are incorrectly displayed with traces taken on the Intel GPU Analyzer tools (see screenshot). It looks like the format string is being passed on in ...

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

StreamableManager does not apply CoreRedirects to loaded paths

UE - Framework - Jun 12, 2025

When loading soft object paths directly, it applies any important CoreRedirects by calling the function FixupCoreRedirects if the initial load attempt fails. In the repro steps, this will apply this ...

Interchange Framework - Missing References on Animation Import with Python Pipelines

UE - Editor - Content Pipeline - Import and Export - Jun 10, 2025

Hello, I'm using Interchange in a UE5.5.4 project with my Pipeline Stack containing a copy of the DefaultAssetPipeline and a custom Python Pipeline. When importing my Animation with only the Defau ...