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

USourceControlHelpers::IsEnabled crashes shipping builds

UE - Editor - Workflow Systems - Aug 11, 2025

The licensee has reported that the naming of the IsEnabled node is not descriptive enough and can be easily confused with other IsEnabled functions or variables. The Licensee has requested that the ...

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

Blurry RVTs after camera jump

UE - Graphics Features - Aug 7, 2025

When using Runtime Virtual Textures (RVT) on landscape in UE 5.5+, nearby tiles may remain blurry (low-resolution mips) after launching PIE or making large camera jumps (e.g. via bookmarks or viewpo ...

[AI] Changing NavMesh Resolution in config file does not update the quantFactor of existing navmesh

UE - AI - Navigation - Aug 6, 2025

When we changed the resolution in the config, if you open a map and then look at the navmesh, the resolution it shows is the updated one from the config (assuming you haven't overridden anything) ...

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

NavMesh generation should not care for Actors that are hidden in the Editor.

UE - AI - Navigation - Aug 5, 2025

The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...

Crash when displaying lumencards on map with many objects

UE - Graphics Features - Lumen - Aug 1, 2025

There is a thread conflict between FRDGBuilder execution in Background Worker and LumenVisualizer's LumenCard add/delete process. When lumen cards are displayed in a scene with many objects, a crash ...