Navigation
API > API/Developer > API/Developer/AITestSuite > API/Developer/AITestSuite/FBTBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UBTComposite_SimpleParallel & AddParallel
(
UBehaviorTree& TreeOb, |
BTBuilder.h | ||
static UBTComposite_SimpleParallel & AddParallel
(
UBTCompositeNode& ParentNode, |
BTBuilder.h |
AddParallel(UBehaviorTree &, EBTParallelMode::Type)
| Name | AddParallel |
| Type | function |
| Header File | /Engine/Source/Developer/AITestSuite/Public/BTBuilder.h |
| Include Path | #include "BTBuilder.h" |
static UBTComposite_SimpleParallel & AddParallel
(
UBehaviorTree & TreeOb,
EBTParallelMode::Type Mode
)
AddParallel(UBTCompositeNode &, EBTParallelMode::Type)
| Name | AddParallel |
| Type | function |
| Header File | /Engine/Source/Developer/AITestSuite/Public/BTBuilder.h |
| Include Path | #include "BTBuilder.h" |
static UBTComposite_SimpleParallel & AddParallel
(
UBTCompositeNode & ParentNode,
EBTParallelMode::Type Mode
)