[StateTree] StateTree fails to transition to the next state in child states when parent state contains some tasks

UE - AI - StateTree - Jun 12, 2026

StateTree fails to transition to the next child state in a tree where the parent state has a task such as Debug Text which does not influence state completion. The ST atttempts to transition from Le ...

Custom Items and Inventory can appear enabled while actually being disabled

UE - Gameplay Features - Itemization - Jun 10, 2026

Toggling the Custom Items and Inventory setting and then closing the editor without saving can lead to a mismatch between the Project Settings Custom Items feature and the IslandSettings object in t ...

Sequencer - if you set the Take Separator to - rather than _ the New Take naming will mess up

UE - Anim - Sequencer - Jun 9, 2026

When using a non-default take separator (eg "-") the "New Take" option produces a malformed proposed name for the take. ...

Nanite: unused VertexInterpolator node disables Opacity Mask (material renders opaque)

UE - Rendering - Architecture - Jun 8, 2026

On Nanite meshes, placing a VertexInterpolator node in a material graph without using it (unconnected, or routed through a disabled static switch) silently breaks the Opacity Mask and the material r ...

Niagara NDC GPU Instance Counter leak

UE - Niagara - Jun 5, 2026

In NiagaraDataChannelData.cpp, FNiagaraDataChannelDataProxy::EndFrame enqueues a GPU readback for each entry in PendingGPUReadbackBuffers, but the corresponding FNiagaraGPUInstanceCountManager::Free ...

UBackgroundBlur crashes at PSO creation under D3D12 SM6 when stereo rendering is enabled

UE - Editor - UI Systems - Slate - Jun 4, 2026

Any Slate widget that triggers the Slate post-process blur (e.g., a UBackgroundBlur with non-zero strength) hits a fatal D3D12 CreateGraphicsPipelineState failure on first render. The fatal is funne ...

Instanced Actors: PCG on RuntimeGrid "None" assigns created IAManagers RuntimeGrid "MainGrid", causing cross-grid reference

UE - World Creation - Procedural Tools - PCG Graph - May 30, 2026

Context PCG can be used to spawn Instanced Actors via the PCG IA Interop plugin, that makes Spawned Instanced Actors available as node. When a PCGActor placed in the level runs a PCG graph that spa ...

Backout attempted fix for - AutoSize triggers ensure on shortened Skel Anim Section moved past anim length

UE - Anim - Sequencer - May 29, 2026

In Sequencer, calling "Edit > Auto Size" on a UMovieSceneSkeletalAnimationSection triggers the LowerBound > UpperBound ensure in UMovieSceneSection::SetRange (MovieSceneSection.h:333) when the secti ...

AutoSize triggers ensure on shortened Skel Anim Section moved past anim length

UE - Anim - Sequencer - May 26, 2026

In Sequencer, calling "Edit > Auto Size" on a UMovieSceneSkeletalAnimationSection triggers the LowerBound > UpperBound ensure in UMovieSceneSection::SetRange (MovieSceneSection.h:333) when the secti ...