Bake to Control Rig blueprint function does not work on tracks in nested sequences in Editor

UE - Anim - Sequencer - Aug 20, 2025

The Bake to Control Rig node only works with single-layered level sequences. Studios using a nested level sequence setup cannot use this function. [Link Removed] ...

Crash when a Deferred Decal (Translucent) base material has a Nanite Override (Masked Surface) Material and the mesh has Nanite + Ray Tracing enabled.

UE - Graphics Features - Ray Tracing - Aug 14, 2025

A crash occurs when Nanite override material instance is used in a project with Ray tracing enabled where: 1 The Material assigned to the static mesh uses Deferred Decal / Translucent and the Nani ...

Weight blended layers can leave ghost traces when cleared

UE - Graphics Tools - Terrain - Landscape - Aug 13, 2025

Vector VM - Crash / memory stomp when using > 255 external function calls

UE - Niagara - Aug 12, 2025

The Vector VM has only every supported a byte's worth of external function calls, when we blew the limit it would index into the incorrect VM call. The new VM will also overwrite memory when exceed ...

Visibility doesn't get effected by hierarcy levels

UE - Anim - Sequencer - Aug 11, 2025

We use the hierarchy bias to override actions within subsequences. We can do that for transforms and control rigs, but the visibility track doesn't seem to obey the same rules. Attached is a video o ...

Rewind debugger would crash when recording a character using Pose search

UE - Anim - Gameplay - Aug 8, 2025

Our character is using the Pose search setup from GameAnimation content example. The architecture of the system is most the same with some new function that account for some input difference and sp ...

GPU Crash from out of memory read/writes in Lumen when using non-power-of-2 TracingOctahedronResolution

UE - Graphics Features - Lumen - Aug 6, 2025

When the r.Lumen.ScreenProbeGather.TracingOctahedronResolution is not a power of 2 or LumenFinalGatherQuality in a Post Processing Volume is set to a value such that the TracingOctahedronResolution ...

FInstancedStruct does not serialise to JSON when used in a DataTable

UE - Editor - Workflow Systems - Aug 4, 2025

The JSON export functionality for DataTable relies on a FieldIterator to gather properties. This iterator is unable to gather the properties from the InstancedStruct. CSV export functionality works ...

Sequence thumbnails save with visual issues

UE - Anim - Sequencer - Aug 1, 2025

[Link Removed] When camera tracks are activated, saving the sequencer results in captured anomalies: 1. Incorrect aspect ratio 2. Additional post-processing effects such as lens flare appear 3. ...

Add dll-exposure to landscape patch public functions that are meant to be used by external modules

UE - Graphics Tools - Terrain - Landscape - Jul 31, 2025

ULandscapePatchComponent::SetIsEnabled, IsEnabled, etc. are all callable from BP but not from c++. This is not convenient for licensees ...