When moving actors to the current level, their label is reset and displayed incorrectly on the Scene Outliner until the next time it is refreshed

UE - Editor - Workflow Systems - Jul 14, 2025

This is a regression, it worked correctly up to UE 5.4, but repros on UE 5.5 and 5.6. Also, this seems related to [Link Removed], which was fixed by CL 40649716/40649749 and integrated into UE 5.6, ...

Bindless Textures in active use are able to be garbage collected

UE - Graphics Features - Jul 9, 2025

It is possible for textures referenced in the bindless texture data assets that are actively used in materials being rendered in the active viewport to be garbage collected. This results in the mat ...

Editor crash when adding mesh renderer elements in Niagara

UE - Niagara - Jul 8, 2025

When adding multiple meshes to a Niagara Mesh Renderer Module, a check() will be triggered due to a mismatch in the number of Widgets and the number of Tooltip Widgets. ...

Channel Mask Parameter does not correctly pull through the Alpha channel from

UE - Rendering Architecture - Materials - Jul 8, 2025

The ChannelMaskParameter node in the Material Graph works in most cases, but unusually does not work when extracting the value of the Alpha channel only for Vertex Color input data. ...

Saving Behavior Tree with Blueprint task inheriting from native class invalidates Blackboard key when BP contains a function

UE - AI - Jul 8, 2025

A regression introduced in UE 5.6 causes Blackboard key selectors in Blueprint tasks to become invalid when the Blueprint inherits from a native subclass of UBTTask_MoveTo (or UBTTask_BlackboardBase ...

Assigning a static mesh to a Mutable Clip Mesh With Mesh Node can crash the editor

UE - Anim - Mutable - Jul 4, 2025

Context: The Mutable plugin has a modifier node called Clip Mesh With Mesh that allows Static Mesh modifiers to be assigned as the clip mesh. Under certain circumstances, an assert can be triggered ...

Sequencer - When a subsection has negative play rate, any nested sub-subsections fail to evaluate

UE - Anim - Sequencer - Jul 3, 2025

Consider a sequence hierarchy with more than two layers. If the top-level sequence uses a negative timescale on a sub-sequence, the contents inside it animate as expected, but any nested sub-sequenc ...

PCG crash when using Attribute Remove Duplicates on partitioned data if one of those sets of data is empty

UE - World Creation - Procedural Tools - PCG Graph - Jul 3, 2025

Context: In PCG, the Attribute Remove Duplicates node can be used to remove duplicate attributes from an array. Problem: The licensee has observed that using the Attribute Remove Duplicates node ...

CPU Lightmass generates different lighting results on a landscape if executed via a commandlet vs through the editor

UE - Graphics Features - Jul 3, 2025

Building lighting via commandlet and via editor are giving different results. To prevent one method from polluting the other via Swarm cache, the cache needs to be cleared in between tests. ...

Inconsistent Details Panel Focus Behavior On Enter Pressed for Blueprint-Added Components

UE - Editor - Workflow Systems - Jul 2, 2025

When editing a component property in the level viewport, if the component was added via the Blueprint Editor, pressing Enter after changing a value causes the details panel to lose focus. This inter ...