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