Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FBTNodeIndex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBTNodeIndex () |
BehaviorTree/BehaviorTreeTypes.h | ||
FBTNodeIndex
(
uint16 InInstanceIndex, |
BehaviorTree/BehaviorTreeTypes.h |
FBTNodeIndex()
| Name | FBTNodeIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h |
| Include Path | #include "BehaviorTree/BehaviorTreeTypes.h" |
FBTNodeIndex()
FBTNodeIndex(uint16, uint16)
| Name | FBTNodeIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h |
| Include Path | #include "BehaviorTree/BehaviorTreeTypes.h" |
FBTNodeIndex
(
uint16 InInstanceIndex,
uint16 InExecutionIndex
)