Windowed game window can restore to the wrong size due to DPI Awareness is configured after setting initial window size

UE - Graphics Features - Jul 31, 2025

If in use, DPI Awareness is set after the initial window size is set. For a Windowed window, the settings are unable to restore the prior resolution settings on an application restart due to the pr ...

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

Mover Spawning and teleport issues related to World::EncroachingBlockingGeometry and CharacterMesh collision

UE - Gameplay - Player Movement - Mover - Jul 30, 2025

Setting a Skeletal meshes collision preset to CharacterMesh introduces problems with spawning and teleporting a pawn driven with Mover.  ...

Destroying a welded actor is causing an Array index out of bounds crash on 5.6

UE - Simulation - Physics - Jul 30, 2025

Destroying a welded actor is causing an Array index out of bounds crash on 5.6. The licensee has provided a repro project that reliably causes a crash whenever the spawned actor is destroyed. There ...

Typo in GetAsBoundsArray() from file AABBTree.h on Chaos module

UE - Simulation - Physics - Jul 30, 2025

From file [Engine\Source\Runtime\Experimental\Chaos\Public\Chaos\AABBTree.h], function Chaos::TAABBTree<>::GetAsBoundsArray(): bool GetAsBoundsArray(TArray<TAABB<T, 3>>& AllBounds, int32 NodeIdx, i ...

UText3DComponent's Text property access: UE 5.3 broke BP setters. UE 5.6 unneccessarily broke compatibility and incorrectly removed BP getters.

UE - CoreTech - Jul 30, 2025

Class UText3DComponent from the "Text 3D" plugin contains a "FText Text" member which must be set through a SetText() function to correctly update the component's internal state. Up to UE 5.2, "Tex ...

Specular Scale 0 on Light still affects Groom asset

UE - Rendering Architecture - Jul 30, 2025

When a light's Specular Scale is set to 0, the specular still affects hair / groom assets. The specular of other assets (like a shiny static mesh in the scene) is properly affected by the change.  ...

The CTRL+S shortcut does not save an opened Sequence it the Sequencer Window is undocked

UE - Anim - Sequencer - Jul 29, 2025

The CTRL+S shortcut does not save an opened Sequence it the Sequencer Window is undocked. Docking the Sequencer Window to the main window fixes the issue. I've reproduced the behavior on UE versions ...

Hardware Raytracing on Lumen can cause a crash on AMD Radeon GPUs

UE - Graphics Features - Lumen - Jul 29, 2025

Hardware Raytracing support can cause a crash on AMD Radeon GPUs when creating the RT pipeline state. ...