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

Lumen Card Sharing is active on material with custom primitive data

UE - Graphics Features - Lumen - Aug 13, 2025

The wrong emissive value may be used on Nanite objects with custom primitive data when Lumen card sharing is enabled. This issue can be mitigated with: r.LumenScene.SurfaceCache.AllowCardSharing 0 ...

Weight blended layers can leave ghost traces when cleared

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

Directory placeholders can get added to the external actor packages.

UE - Virtual Production - Tools - Shot Management - Aug 13, 2025

We should not create placeholders when using WP or OFPA. ...

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

Modifying PostProcess Film Slope can cause TSR to produce ghosting artefacts

UE - Graphics Features - Aug 11, 2025

When TSR is active, the scene is dark, and a foreground object is lit, modifying the Film/Slope value on a PostProcessVolume can lead to TSR ghosting. TSR occurs prior to Tonemapping, so the issue ...

Incorrect resolution used because SetProcessDpiAware() is not called when bAllowHighDPIInGameMode=False

UE - Rendering Architecture - Aug 8, 2025

The incorrect resolution is used on computers with 4k monitors that use DPI scaling (default 150%) because the default for UE projects is bAllowHighDPIInGameMode=False which results in SetProcessDp ...

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

Using ForceCustom Mode causes TPose for single frame in Level Sequencer

UE - Anim - Sequencer - Aug 8, 2025

We are seeing TPose issues when swapping between EDL shots on skeletal mesh actors. We have spawned skeletal mesh actors added to a Level sequence that are set to use an animation blue prints which ...

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