WorldToClip/ClipToWorld transform in materials not behaving as expected

UE - Graphics Features - Dec 19, 2025

In 5.3, the specified code will return all 0 or very small as expected. However in 5.4.4 and onwards (also checked in 5.6.1 & 5.7.1), it returns very large numbers. ...

Editor localization causes the GetLinkedAnimLayerInstanceByGroup function to fail in retrieving the corresponding LinkedAnimLayer within the editor.

UE - Anim - Runtime - Anim Blueprints - Dec 18, 2025

When using other language(such as Chinese) as editor language, the Group Name of the Animation Interface will be localized to Chinese. In editor, the animation blueprint grab the group from metadata ...

Section::TrimSection resulting in bad key values at start and end of trim range

UE - Anim - Sequencer - Dec 17, 2025

The trim process inserts keys at the start or end of the range depending if you specify Trim Left or Right, I'm finding that Trim right is inserting a key at the end of the section that is incorrect ...

ActorComponents registered with wrong world from UWorldPartition::ApplyRuntimeCellsTransformerStack

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

There is a risk of actor components registering with the wrong world when reconstructed from UWorldPartition::ApplyRuntimeCellsTransformerStack. The repro case is arguably a bad usage, but it was th ...

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

OcclusionFeedback may not be performant for primitives with large screensize

UE - Platform - Mobile - Dec 13, 2025

A licensee reported that the performance could be worse in some scenarios (probably a small scene with large objects) with OcclusionFeedback enabled ( 20fps up if disabled), tested on a Qualcomm 870 ...

FormatName is not added to the display name of gpu events in some cases.

UE - Foundation - Insights - Dec 12, 2025

If the breadcrumb events have no metadata but the metadata spec contains a format name, the format name is not added to the display name and the user cannot see it. GPU Profiler 2.0. The trace they ...

PCG sampling of RVT does only works when sampling the first texture layer

UE - World Creation - Procedural Tools - PCG Component - Dec 11, 2025

The logic for selecting a page table texture in FVirtualTexturePageTable::Initialize() uses the indexing for texture layers (index 0-7) to fetch from the page table textures (index 0-1). All RVT for ...

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