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 FBTNodeIndexRange
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBTNodeIndex | FromIndex | First node index | |
| FBTNodeIndex | ToIndex | Last node index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBTNodeIndexRange
(
const FBTNodeIndex& From, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Contains
(
const FBTNodeIndex& Index |
||
| FString | Describe () |
||
| bool | IsSet () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FBTNodeIndexRange& Other |
||
| bool | operator==
(
const FBTNodeIndexRange& Other |