Navigation
API > API/Developer > API/Developer/AITestSuite > API/Developer/AITestSuite/FBTBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UBehaviorTree & CreateBehaviorTree () |
BTBuilder.h | ||
static UBehaviorTree & CreateBehaviorTree
(
UBehaviorTree& ParentTree |
BTBuilder.h |
CreateBehaviorTree()
| Name | CreateBehaviorTree |
| Type | function |
| Header File | /Engine/Source/Developer/AITestSuite/Public/BTBuilder.h |
| Include Path | #include "BTBuilder.h" |
static UBehaviorTree & CreateBehaviorTree()
CreateBehaviorTree(UBehaviorTree &)
| Name | CreateBehaviorTree |
| Type | function |
| Header File | /Engine/Source/Developer/AITestSuite/Public/BTBuilder.h |
| Include Path | #include "BTBuilder.h" |
static UBehaviorTree & CreateBehaviorTree
(
UBehaviorTree & ParentTree
)