Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBTCompositeNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetChildIndex
(
const UBTNode& ChildNode |
Get index of child node | BehaviorTree/BTCompositeNode.h | |
int32 GetChildIndex
(
FBehaviorTreeSearchData& SearchData, |
Get index of child node (handle subtrees) | BehaviorTree/BTCompositeNode.h |
GetChildIndex(const UBTNode &)
Description
Get index of child node
| Name | GetChildIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h |
| Include Path | #include "BehaviorTree/BTCompositeNode.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BTCompositeNode.cpp |
int32 GetChildIndex
(
const UBTNode & ChildNode
) const
GetChildIndex(FBehaviorTreeSearchData &, const UBTNode &)
Description
Get index of child node (handle subtrees)
| Name | GetChildIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTCompositeNode.h |
| Include Path | #include "BehaviorTree/BTCompositeNode.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BTCompositeNode.cpp |
int32 GetChildIndex
(
FBehaviorTreeSearchData & SearchData,
const UBTNode & ChildNode
) const