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

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

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

Disabled Skeletal Mesh Sections cause Shadow Ray Tracing Flicker

UE - Graphics Features - Ray Tracing - Dec 12, 2025

If a skeletal mesh has a section disabled the ray traced shadow will flicker when the camera or itself moves. Previously in 5.6.0 no raytraced shadow would appear if a section was disabled. This wa ...

VirtualTextureStreamingPriority cannot be set per TextureLODGroup

UE - Rendering Architecture - Dec 11, 2025

It is currently not possible to set a VirtualTextureStreamingPriority via the TextureLodGroups that are defined in a device profile. ...

Convex hull generation fails when first 3 verts are colinear

UE - Simulation - Core - Dec 9, 2025

The licensee identified a number of cases where loading assets will trigger convex hull generation warnings:If the first 3 verts in the set are colinear (in which case IsPlanarShape() returns true b ...