[StateTree] Cannot use SetLinkedStateTreeOverrides if the linked asset uses the same schema with a parent context data class of the root tree.

UE - AI - StateTree - Apr 3, 2026

If both assets have the same schema (StateTreeComponentSchema), but the root tree has the Context Actor class set to Character and the linked asset is using a Context Actor class of Pawn. So the sch ...

State Tree Reselecting State Using Stale Event Data

UE - AI - StateTree - Mar 12, 2026

When a state tree tries to reenter a state that requires an event with payload data, on re-entry the payload data will contain the same value as the first entry, even if the event sent had payload d ...

StateTree: While editing State Parameters or exposed properties of a Condition/Task, an ensure() fires when editing inputs of a Property Function bound to an array element

UE - AI - StateTree - Mar 5, 2026

Consider an array property that can be edited in the StateTree editor. This can be a State Parameter or an exposed property of a Condition or Task, for example. Each element of the array can be boun ...

Enum Compare Condition causes crash when resetting default value of right field in State Tree's Enter Conditions

UE - AI - StateTree - Feb 11, 2026

In FStateTreeCompareEnumCondition::GetDescription, the Left.Enum value is mistakingly used when setting the RightValue. This causes crashes when resetting the default value of the Right field in an ...

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

FStateTreeRunParallelStateTreeTask and TStateTreePropertyRef

UE - AI - StateTree - Dec 2, 2025

When using a state tree that has a StateTreePropertyRef as a parameter in parallel any references will fail to resolve using the GetPropertyRef node. ...

[AI] Unable to bind to parameter properties when using a Soft Object Reference

UE - AI - StateTree - Nov 21, 2025

Global parameters disappear from the binding list when a soft object reference is present. Pulling up the binding menu shows nothing for Parameters when there are only object references in the ST as ...

[AI] StateTreePropertyRef does not have option for Promote to Parameter

UE - AI - StateTree - Nov 5, 2025

I got a report from one of my designers that since we took 5.6, they have been unable to see the "Promote to Parameter" options when attempting to bind an output from one of our common tasks. I took ...

[AI] StateTree Category = Input validation doesn't validate child properties

UE - AI - StateTree - Oct 10, 2025

Normally if you have a property in your state tree instance data of the input property(Category = Input), when you compile the state tree, you will get errors if the property does not have a binding ...

StateTree : Crash when executing GetPropertyRef in SubTree linked via Linked Asset

UE - AI - StateTree - Aug 26, 2025

A crash occurs when GetPropertyRef node is executed from a SubTree that is linked within a StateTree, which itself has been linked from a parent StateTree via a Linked Asset ** . The processing con ...