Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h |
| Include | #include "BehaviorTree/BehaviorTreeTypes.h" |
Syntax
struct FBTNodeIndex
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | ExecutionIndex | Execution index within instance | |
| uint16 | InstanceIndex | Index of instance of stack |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBTNodeIndex () |
|||
FBTNodeIndex
(
uint16 InInstanceIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Describe () |
||
| bool | IsSet () |
||
| bool | TakesPriorityOver
(
const FBTNodeIndex& Other |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FBTNodeIndex& Other |
||
| bool | operator==
(
const FBTNodeIndex& Other |
Constants
| Name | Description |
|---|---|
| InvalidIndex |