BT Condition: Has Tag
Inherits:
BTConditionBTCondition 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
| Type | Name | Default |
|---|---|---|
NodePath | asc_node_path | NodePath("") |
bool | exact_match | false |
StringName | tag | &"" |