StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


Project maintained by StateTreeTools Hosted on GitHub Pages — Theme by mattgraham

Has Any Matching Gameplay Tags

Plugin: StateTreeToolsGameplayAbilitySystem Category: Gameplay Tags

Returns true if the bound actor’s Ability System Component has at least one tag from the specified container. Use this when any one of several conditions being active is sufficient — for example, entering a disabled state if the actor has a “Stunned”, “Frozen”, or “Sleeping” tag.

Returns false if the actor has no Ability System Component or the container is empty.


Configuration

Actor

Bind this to the actor whose Ability System Component you want to check.

Gameplay Tags

The container of tags to check. At least one tag from the container must be present on the ASC for the condition to pass. Each tag follows Unreal’s standard tag hierarchy rules — a more specific tag satisfies a parent tag check.

Invert

When enabled, the result is flipped — the condition passes when the actor has none of the tags. Default is off.


← Back to Gameplay Tags · ← Back to home