Reflections of Masked Materials incorrect with Lumen HWRT and Max Refraction Bounces > 0

UE - Graphics Features - Lumen - Dec 18, 2025

Lumen HWRT Reflections of Masked Materials are incorrect when "r.Lumen.Reflections.HardwareRayTracing.Translucent.MaxRefractionBounces" is greater than 0. The same issue occurs if the Post-Process V ...

Changing bIsSpatiallyLoaded can cause an Actor to be duplicated during Play-In-Editor

UE - World Creation - Worldbuilding Tools - World Partition - Dec 18, 2025

Changing bIsSpatiallyLoaded can cause an Actor to be duplicated during Play-In-Editor. As described in the steps to reproduce, if we keep swapping bIsSpatiallyLoaded state and save a Streaming Level ...

Substrate's coverage node does not skip unlit emissive part which have no coverage

UE - Rendering - Graphics Features - Substrate - Dec 18, 2025

Substrate's coverage node doesn't seem to cull masked pixels of unlit emissive slabs. This is an important optimization when using masked unlit particles. When using a lit slab, the instructions for ...

Cooker is asserting in Class.h on UE 5.7.1

UE - CoreTech - Dec 18, 2025

From the linked EPS case: ---------------------------- In UE 5.7 there were some changes to how Enum member names are stored. This change introduces an assert when cooking using the Editor Debug e ...

If a child blueprint class has an Instanced/EditInlineNew object property, that property will always be detected as changed by the property editor (i.e. it will show a "Revert" arrow on that property), even if its properties are identical to the parent.

UE - Framework - Blueprint Editor - Dec 17, 2025

Context: Blueprint classes can use Instanced/EditInlineNew object property specifiers to create and edit subobjects directly in the editor. Problem: If a child blueprint class has an Instanced/Edit ...

Viewport stuttering during orbit/zoom navigation

UE - Graphics Features - Dec 17, 2025

Received a report of persistent stutters in the editor when trying to navigate in the viewport, including asset editor viewports like the Skeletal mesh editor and control rig editor. Hardware used ...

A chaos vehicle that moves at very high speeds with CCD enabled on the vehicle sometimes has a collision response that is abnormal where the vehicle loses a significant amount of speed when colliding with dynamic objects configured as One Way Interaction

UE - Simulation - Gameplay - Dec 16, 2025

Context: Continuous Collision Detection (CCD) is being used on a Chaos Vehicle to avoid tunneling issues with certain surfaces as it prevents any missed collisions between fast moving particles and ...

Paper2D: Editor hangs when assigning Sprite Atlas Group to Sprite

UE - Gameplay - Paper2D - Dec 16, 2025

In UE 5.3 and later, assigning a Sprite Atlas Group to a UPaperSprite asset can cause the editor to hang and eventually crash. This behavior has been reproduced in 5.3, 5.6, and a recent UE5-main so ...

Automated tests DynamicSubobjectInstancing and NonNativeInstancedSubobjects (CoreUObject group) fail

UE - Framework - Dec 15, 2025

The DynamicSubobjectInstancing and NonNativeInstancedSubobjects automation tests fail. ...

[AI] StateTree fails to compile after copy/pasting a state with a task that binds to required event on the state's enter conditions

UE - AI - StateTree - Dec 14, 2025

StateTree appears to keep an incorrect reference to the event from the source tree rather than re-establishing the property binding to the new tree's event. This happens when copy/paste of the state ...