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

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

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

Anamorphic Squeeze Factor causes a blocky Depth of Field issue on AMD Hardware

UE - Graphics Features - Jul 30, 2025

When using the Anamorphic Squeeze Factor on a camera on AMD RDNA3 and RDNA4 hardware, blocking artefacts may be seen depending on the extent of the blur. The peripheries of the viewport appear to be ...

Unable to change Actor Coloration View Modes in PIE

UE - World Creation - Worldbuilding Tools - Jul 20, 2025

When in PIE changing Actor Coloration view modes from the viewport visualisation mode [Liit] -> [Actor Coloration] -> ... Does not update correctly when switching view mode and sometimes isn't corr ...

Performance slowdown when ray tracing is disabled due to SetResidencyPriority

UE - Rendering Architecture - RHI - Jul 17, 2025

When a game is compiled with ray tracing disabled (D3D12_RHI_RAYTRACING=0) and the GPU the game is running on becomes low on VRAM, frame time is negatively impacted and doesn't recover. The D3D12_RH ...

Bake Pose is not applied correctly when using LODSettings asset

UE - Anim - Rigging - Jul 16, 2025

The Bake Pose setting does not work when using a SkeletalMesh LODSettings asset. After the change in CL22878911, the BasePose in the LODSettings asset is no longer copied to the BakePose in the skel ...

AddOrUpdateWarpTargetFromComponent behaving incorrectly when using a SceneComponent with non-identity scale

UE - Anim - Gameplay - Jul 15, 2025

When using AddOrUpdateWarpTargetFromComponent you can pass in a SceneComponent, Relative Location and Rotation as well as optionally choosing to have the warp target follow the object if it moves.If ...

Drag-and-drop any cooked Blueprint class asset into the level viewport crashes the editor

UE - Framework - Blueprint - Jul 14, 2025

Dragging any cooked Actor-based Blueprint class asset into the level editor viewport will crash the editor when it has been configured to work with cooked assets. This is a regression that started ...

Sequencer - When a subsection has negative play rate, any nested sub-subsections fail to evaluate

UE - Anim - Sequencer - Jul 3, 2025

Consider a sequence hierarchy with more than two layers. If the top-level sequence uses a negative timescale on a sub-sequence, the contents inside it animate as expected, but any nested sub-sequenc ...