Skip to content

BT Condition: Has Tag

PT | EN
Inherits: BTCondition

BTCondition that checks if the agent has a specific Ability System tag.

Description

A Behavior Tree condition that checks if the actor’s [ASComponent] has a specific tag. Returns [constant BT.SUCCESS] if tag present, [constant BT.FAILURE] otherwise. Supports hierarchical matching (e.g., checking State matches State.Stunned).

Properties

TypeNameDefault
NodePathasc_node_pathNodePath("")
boolexact_matchfalse
StringNametag&""