Navigation
API > API/Developer > API/Developer/AITestSuite
| Name | FBTBuilder |
| Type | struct |
| Header File | /Engine/Source/Developer/AITestSuite/Public/BTBuilder.h |
| Include Path | #include "BTBuilder.h" |
Syntax
struct FBTBuilder
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UBTComposite_SimpleParallel & AddParallel
(
UBehaviorTree& TreeOb, |
BTBuilder.h | ||
static UBTComposite_SimpleParallel & AddParallel
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static UBTComposite_Selector & AddSelector
(
UBehaviorTree& TreeOb |
BTBuilder.h | ||
static UBTComposite_Selector & AddSelector
(
UBTCompositeNode& ParentNode |
BTBuilder.h | ||
static UBTComposite_Sequence & AddSequence
(
UBehaviorTree& TreeOb |
BTBuilder.h | ||
static UBTComposite_Sequence & AddSequence
(
UBTCompositeNode& ParentNode |
BTBuilder.h | ||
| BTBuilder.h | |||
static void AddTask
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void AddTaskBTStopAction
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
| BTBuilder.h | |||
static void AddTaskLatentFlags
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void AddTaskLogFinish
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void AddTaskSubtree
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void AddTaskToggleFlag
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
| BTBuilder.h | |||
static void AddTaskValuesChangedWithLogs
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static UBehaviorTree & CreateBehaviorTree () |
BTBuilder.h | ||
static UBehaviorTree & CreateBehaviorTree
(
UBehaviorTree& ParentTree |
BTBuilder.h | ||
static T & WithDecorator
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithDecoratorBlackboard
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithDecoratorBlackboard
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithDecoratorBlueprint
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithDecoratorDelayedAbort
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithDecoratorLoop
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithDecoratorLoopUntil
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static T & WithService
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithServiceBTStopAction
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
| BTBuilder.h | |||
static T & WithTaskService
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
static void WithTaskServiceBTStopAction
(
UBTCompositeNode& ParentNode, |
BTBuilder.h | ||
| BTBuilder.h |