Drag-and-drop any cooked Blueprint class asset into the level viewport crashes the editor

UE - Framework - Blueprint - Jul 14, 2025

Dragging any cooked Actor-based Blueprint class asset into the level editor viewport will crash the editor when it has been configured to work with cooked assets. This is a regression that started ...

Interchange framework is bypassed on the second attempt after a failed import

UE - Editor - Content Pipeline - Import and Export - Jul 14, 2025

Hello! We have encountered a bug with the Interchange pipeline. When an interchange texture import is cancelled due to non-power of 2, and then the same texture is imported again without any change ...

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

Console command “showflag.rendering 0” causes crash

UE - Rendering Architecture - Jul 10, 2025

A crash occurs when the console command “showflag.rendering 0” is executed. This does not occur in UE5.5, so it is a iassue in UE5.6. ...

Bindless Textures in active use are able to be garbage collected

UE - Rendering Architecture - RHI - 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 ...

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

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

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

In a Geometry Collection, enabling Nanite Fallback in a Nanite Enabled collection won't generate a Physics Body when Nanite is disabled

UE - Simulation - Physics - Destruction - Jun 30, 2025

In a Geometry Collection, enabling Nanite Fallback in a Nanite Enabled collection won't generate a Physics Body when Nanite is disabled. To verify this, follow the steps provided in the Steps to Re ...