Cascade Shadow Map octree not handling new max world size

UE - Graphics Features - Jul 21, 2025

Cascaded Shadow Maps do not use the proper world size for octree culling. At far distances, the shadows are always culled. ...

UE5.6+ - Mutable - IDPrefix crash when combining Child Objects, Add to Mesh Component and Extend Mesh Section.

UE - Anim - Mutable - Jul 21, 2025

So the issue seems to be a combination of Add To Mesh Component and Extend Mesh Section. I've tried this in Epic Launcher 5.6, 5.6 in-house modified engine as well as ue5-main 5.7 from git (editor ...

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

Enabling Substrate causes MaterialGraph node previews to render black

UE - Graphics Features - Substrate - Jul 16, 2025

Node previews in MaterialGraph with Substrate enabled render solid black in 5.6. The latest 5.5 engine does render previews correct with substrate enabled. ...

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

When Sequencer's Add Filter Menu>Keyed(U) is enabled, adding a Key to an actor that previously failed the Filter (had zero Keys) does not immediately include the Keyed actor in the filtered list (if fails FSequencerTrackFilter_Keyed::PassesFilter)

UE - Anim - Sequencer - Jun 25, 2025

When Sequencer's Add Filter Menu>Keyed(U) is enabled, adding a Key to an actor that previously failed the Filter (had zero Keys) does not immediately include the Keyed actor in the filtered list (if ...

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] Cannot select the local player when using GameplayDebugger while the Mass category is active

UE - AI - Debugging - Jun 23, 2025

The GameplayDebugger is not updating its displayed information for the local player when attempting to select the local player. This behavior seems to only occur when the Mass category is active AND ...