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

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

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

GPULightmass baking issues on AMD

UE - Graphics Features - Jul 28, 2025

Volumetric Light Maps are not generated correctly when baked with GPU Lightmass on AMD GPUs. The issue has been reproduced on RX 9070, RX 9070 XT, and RX 7900 XT. ...

Unloading a World Partition region during nested Level Instance inline editing prevents exiting editing mode

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 28, 2025

In the case of a single-layer Level Instance, actors are still referenced even when the region is unloaded. However, in the case of nested Level Instances, the level being edited is discarded when t ...

Mutable RemoveMesh node with data from DataTable

UE - Anim - Mutable - Jul 28, 2025

Hi, We are trying to use Mutable plugin to avoid clipping using the RemoveMeshNode with data from DataTables. However we are having trouble with the most basic example of our idea. We have a Data ...

Exception generated launching Horde Agent built with 5.6

UE - Foundation - Horde - Server - Jul 28, 2025

The source of the problem seems to be using IOptionsSnapshot with a Singleton. Per the MS documentation for IOptionsSnapshot, "Is registered as Scoped and therefore can't be injected into a Singleto ...

Copy-pasting custom property nodes (ControRig etc.) results in invalid bindings, perf issues

UE - Anim - Rigging - Control Rig - Jul 28, 2025

From this UDN: [Link Removed] Suggested fix:Override PostPasteNode to perform the GUID update andAdd validation on load to strip 'invalid' copies that do not correspond to a valid pin input ...