{"className": "DoBTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTStopAction.h", "description": "", "module": "AITestSuite", "code": "void DoBTStopAction ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, const [EBTTestStopAction](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestStopAction) StopAction )", "variables": []} {"className": "EBPConditionType", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "", "module": "AITestSuite", "code": "enum EBPConditionType { NoCondition, TrueCondition, FalseCondition, }", "variables": []} {"className": "EBTTestChangeFlagBehavior", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_LatentWithFlags.h", "description": "", "module": "AITestSuite", "code": "enum EBTTestChangeFlagBehavior { Set, Toggle, }", "variables": []} {"className": "EBTTestServiceStopTiming", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h", "description": "", "module": "AITestSuite", "code": "enum EBTTestServiceStopTiming { DuringBecomeRelevant, DuringTick, DuringCeaseRelevant, }", "variables": []} {"className": "EBTTestStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTStopAction.h", "description": "", "module": "AITestSuite", "code": "enum EBTTestStopAction { StopTree, UnInitialize, Cleanup, Restart_ForceReevaluateRootNode, Restart_Complete, StartTree, }", "variables": []} {"className": "EBTTestTaskStopTiming", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h", "description": "", "module": "AITestSuite", "code": "enum EBTTestTaskStopTiming { DuringExecute, DuringTick, DuringAbort, DuringFinish, }", "variables": []} {"className": "FBTDelayedAbortMemory", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h", "description": "", "module": "AITestSuite", "code": "struct FBTDelayedAbortMemory", "variables": [{"type": "uint64", "name": "EndFrameIdx", "description": ""}]} {"className": "FBTLatentTaskMemory", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_LatentWithFlags.h", "description": "", "module": "AITestSuite", "code": "struct FBTLatentTaskMemory", "variables": [{"type": "uint8: 1", "name": "bFlagSet", "description": ""}, {"type": "uint8: 1", "name": "bIsAborting", "description": ""}, {"type": "uint64", "name": "EndFrameIdx", "description": ""}, {"type": "uint64", "name": "FlagFrameIdx", "description": ""}]} {"className": "FBTLogTaskMemory", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_Log.h", "description": "", "module": "AITestSuite", "code": "struct FBTLogTaskMemory", "variables": [{"type": "uint64", "name": "EndFrameIdx", "description": ""}]} {"className": "UTestBTDecorator_Blackboard::CalculateRawConditionValue", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blackboard.h", "description": "Calculates raw, core value of decorator's condition. Should not include calling IsInversed", "module": "AITestSuite", "code": "virtual bool CalculateRawConditionValue ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory ) const", "variables": []} {"className": "UTestBTDecorator_Blackboard::OnBecomeRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blackboard.h", "description": "Called when execution flow controller becomes active", "module": "AITestSuite", "code": "virtual void OnBecomeRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTDecorator_Blackboard::OnCeaseRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blackboard.h", "description": "Called when execution flow controller becomes inactive", "module": "AITestSuite", "code": "virtual void OnCeaseRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTDecorator_Blackboard::UTestBTDecorator_Blackboard", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blackboard.h", "description": "", "module": "AITestSuite", "code": "UTestBTDecorator_Blackboard ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UTestBTDecorator_Blackboard", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blackboard.h", "description": "", "module": "AITestSuite", "code": "class UTestBTDecorator_Blackboard : public [UBTDecorator_Blackboard](API\\Runtime\\AIModule\\BehaviorTree\\Decorators\\UBTDecorator_Blackboard)", "variables": [{"type": "int32", "name": "LogIndexBecomeRelevant", "description": ""}, {"type": "int32", "name": "LogIndexCalculate", "description": ""}, {"type": "int32", "name": "LogIndexCeaseRelevant", "description": ""}]} {"className": "UTestBTDecorator_Blueprint::UTestBTDecorator_Blueprint", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "", "module": "AITestSuite", "code": "UTestBTDecorator_Blueprint ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UTestBTDecorator_Blueprint::CalculateRawConditionValue", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "Calculates raw, core value of decorator's condition. Should not include calling IsInversed", "module": "AITestSuite", "code": "virtual bool CalculateRawConditionValue ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory ) const", "variables": []} {"className": "UTestBTDecorator_Blueprint::PostInitProperties", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "Setup node name", "module": "AITestSuite", "code": "virtual void PostInitProperties()", "variables": []} {"className": "UTestBTDecorator_Blueprint::OnBecomeRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "Called when auxiliary node becomes active this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyBecomeRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnBecomeRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTDecorator_Blueprint::PostLoad", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.", "module": "AITestSuite", "code": "virtual void PostLoad()", "variables": []} {"className": "UTestBTDecorator_Blueprint::OnCeaseRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnCeaseRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTDecorator_CantExecute::CalculateRawConditionValue", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h", "description": "Calculates raw, core value of decorator's condition. Should not include calling IsInversed", "module": "AITestSuite", "code": "virtual bool CalculateRawConditionValue ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory ) const", "variables": []} {"className": "UTestBTDecorator_Blueprint", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h", "description": "", "module": "AITestSuite", "code": "class UTestBTDecorator_Blueprint : public [UBTDecorator_BlueprintBase](API\\Runtime\\AIModule\\BehaviorTree\\Decorators\\UBTDecorator_BlueprintBase)", "variables": [{"type": "EBPConditionTyp...", "name": "BPConditionType", "description": ""}, {"type": "int32", "name": "LogIndexBecomeRelevant", "description": ""}, {"type": "int32", "name": "LogIndexCalculate", "description": ""}, {"type": "int32", "name": "LogIndexCeaseRelevant", "description": ""}, {"type": "FName", "name": "ObservingKeyName", "description": ""}]} {"className": "UTestBTDecorator_CantExecute", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h", "description": "", "module": "AITestSuite", "code": "class UTestBTDecorator_CantExecute : public [UBTDecorator](API\\Runtime\\AIModule\\BehaviorTree\\UBTDecorator)", "variables": []} {"className": "UTestBTDecorator_CantExecute::UTestBTDecorator_CantExecute", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h", "description": "", "module": "AITestSuite", "code": "UTestBTDecorator_CantExecute ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UTestBTDecorator_DelayedAbort::GetInstanceMemorySize", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h", "description": "Size of instance memory", "module": "AITestSuite", "code": "virtual uint16 GetInstanceMemorySize() const", "variables": []} {"className": "UTestBTDecorator_DelayedAbort::OnBecomeRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h", "description": "Called when auxiliary node becomes active this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyBecomeRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnBecomeRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTDecorator_DelayedAbort", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h", "description": "", "module": "AITestSuite", "code": "class UTestBTDecorator_DelayedAbort : public [UBTDecorator](API\\Runtime\\AIModule\\BehaviorTree\\UBTDecorator)", "variables": [{"type": "bool", "name": "bOnlyOnce", "description": ""}, {"type": "int32", "name": "DelayTicks", "description": ""}]} {"className": "UTestBTDecorator_DelayedAbort::UTestBTDecorator_DelayedAbort", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h", "description": "", "module": "AITestSuite", "code": "UTestBTDecorator_DelayedAbort ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UTestBTService_BTStopAction::OnBecomeRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h", "description": "Called when auxiliary node becomes active this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyBecomeRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnBecomeRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTDecorator_DelayedAbort::TickNode", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h", "description": "Tick function this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTick must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void TickNode ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, float DeltaSeconds )", "variables": []} {"className": "UTestBTService_BTStopAction::OnCeaseRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h", "description": "Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnCeaseRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTService_BTStopAction::TickNode", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h", "description": "Update next tick interval this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTick must be set to true for this function to be called Calling INIT_SERVICE_NODE_NOTIFY_FLAGS in the constructor of the service will set this flag automatically", "module": "AITestSuite", "code": "virtual void TickNode ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, float DeltaSeconds )", "variables": []} {"className": "UTestBTService_BTStopAction::UTestBTService_BTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h", "description": "", "module": "AITestSuite", "code": "UTestBTService_BTStopAction ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UTestBTService_BTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h", "description": "", "module": "AITestSuite", "code": "class UTestBTService_BTStopAction : public [UBTService](API\\Runtime\\AIModule\\BehaviorTree\\UBTService)", "variables": [{"type": "int32", "name": "LogIndex", "description": ""}, {"type": "EBTTestStopActi...", "name": "StopAction", "description": ""}, {"type": "EBTTestServiceS...", "name": "StopTiming", "description": ""}]} {"className": "UTestBTService_Log::OnBecomeRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h", "description": "Called when auxiliary node becomes active this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyBecomeRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnBecomeRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTService_Log::OnCeaseRelevant", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h", "description": "Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnCeaseRelevant ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTService_Log::SetFlagOnTick", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h", "description": "", "module": "AITestSuite", "code": "void SetFlagOnTick ( [FName](API\\Runtime\\Core\\UObject\\FName) InKeyNameTick, bool bInCallTickOnSearchStart )", "variables": []} {"className": "UTestBTService_Log::TickNode", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h", "description": "Update next tick interval this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTick must be set to true for this function to be called Calling INIT_SERVICE_NODE_NOTIFY_FLAGS in the constructor of the service will set this flag automatically", "module": "AITestSuite", "code": "virtual void TickNode ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, float DeltaSeconds )", "variables": []} {"className": "UTestBTService_Log::UTestBTService_Log", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h", "description": "", "module": "AITestSuite", "code": "UTestBTService_Log ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UTestBTService_Log", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_Log.h", "description": "", "module": "AITestSuite", "code": "class UTestBTService_Log : public [UBTService](API\\Runtime\\AIModule\\BehaviorTree\\UBTService)", "variables": [{"type": "bool", "name": "bToggleValue", "description": ""}, {"type": "FName", "name": "KeyNameBecomeRelevant", "description": ""}, {"type": "FName", "name": "KeyNameCeaseRelevant", "description": ""}, {"type": "FName", "name": "KeyNameTick", "description": ""}, {"type": "int32", "name": "LogActivation", "description": ""}, {"type": "int32", "name": "LogDeactivation", "description": ""}, {"type": "int32", "name": "LogTick", "description": ""}]} {"className": "UTestBTTask_BTStopAction::AbortTask", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h", "description": "Aborts this task, should return Aborted or InProgress (useFinishLatentAbort()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!", "module": "AITestSuite", "code": "virtual [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) AbortTask ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTTask_BTStopAction::ExecuteTask", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h", "description": "Starts this task, should return Succeeded, Failed or InProgress (useFinishLatentTask()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!", "module": "AITestSuite", "code": "virtual [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) ExecuteTask ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )", "variables": []} {"className": "UTestBTTask_BTStopAction::OnTaskFinished", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h", "description": "Called when task execution is finished this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTaskFinished must be set to true for this function to be called Calling INIT_TASK_NODE_NOTIFY_FLAGS in the constructor of the task will set this flag automatically", "module": "AITestSuite", "code": "virtual void OnTaskFinished ( [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) TaskResult )", "variables": []} {"className": "UTestBTTask_BTStopAction::TickTask", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h", "description": "Ticks this task this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTick must be set to true for this function to be called Calling INIT_TASK_NODE_NOTIFY_FLAGS in the constructor of the task will set this flag automatically", "module": "AITestSuite", "code": "virtual void TickTask ( class [UBehaviorTreeComponent](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, float DeltaSeconds )", "variables": []} {"className": "UTestBTTask_BTStopAction::UTestBTTask_BTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h", "description": "", "module": "AITestSuite", "code": "UTestBTTask_BTStopAction ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UTestBTTask_BTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h", "description": "", "module": "AITestSuite", "code": "class UTestBTTask_BTStopAction : public [UBTTaskNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTTaskNode)", "variables": [{"type": "int32", "name": "LogIndex", "description": ""}, {"type": "TEnumAsByte ClassToSpawn * NewAutoDestroyObject ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * Outer )", "variables": []} {"className": "FAITestBase::InstantTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "false to indicate an issue with test execution. Will signal to automation framework this test instance failed.", "module": "AITestSuite", "code": "virtual bool InstantTest()", "variables": []} {"className": "FAITestBase::SetTestRunner", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual void SetTestRunner ( [FAutomationTestBase](API\\Runtime\\Core\\Misc\\FAutomationTestBase) & AutomationTestInstance )", "variables": []} {"className": "FAITestBase::SetUp", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "true if setup was completed successfully, false otherwise (which will result in failing the test instance).", "module": "AITestSuite", "code": "virtual bool SetUp()", "variables": []} {"className": "FAITestBase::TearDown", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "It's essential that overriding functions call the super-implementation. Otherwise the check in ~FAITestBase will fail.", "module": "AITestSuite", "code": "virtual void TearDown()", "variables": []} {"className": "FAITestBase::Update", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "true to indicate that the test is done.", "module": "AITestSuite", "code": "virtual bool Update()", "variables": []} {"className": "FAITestBase::VerifyLatentResults", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Lets the Test instance test the results. Use AITEST_*_LATENT macros", "module": "AITestSuite", "code": "virtual void VerifyLatentResults()", "variables": []} {"className": "FAITestBase::FAITestBase", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITestBase()", "variables": []} {"className": "FAITestBase::~FAITestBase", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual ~FAITestBase()", "variables": []} {"className": "FAITestBase", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "struct FAITestBase", "variables": [{"type": "FAutomationTest...", "name": "TestRunner", "description": ""}]} {"className": "FAITestCommand_PerformTest::Update", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)", "module": "AITestSuite", "code": "virtual bool Update()", "variables": []} {"className": "FAITestCommand_PerformTest::FAITestCommand_PerformTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITestCommand_PerformTest ( [FAITestBase](API\\Developer\\AITestSuite\\FAITestBase) * InputParam )", "variables": []} {"className": "FAITestCommand_PerformTest::~FAITestCommand_PerformTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual ~FAITestCommand_PerformTest()", "variables": []} {"className": "FAITestCommand_PerformTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "class FAITestCommand_PerformTest : public [IAutomationLatentCommand](API\\Runtime\\Core\\Misc\\IAutomationLatentCommand)", "variables": []} {"className": "FAITestCommand_SetUpTest::Update", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)", "module": "AITestSuite", "code": "virtual bool Update()", "variables": []} {"className": "FAITestCommand_SetUpTest::FAITestCommand_SetUpTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITestCommand_SetUpTest ( [FAITestBase](API\\Developer\\AITestSuite\\FAITestBase) * InputParam )", "variables": []} {"className": "FAITestCommand_SetUpTest::~FAITestCommand_SetUpTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual ~FAITestCommand_SetUpTest()", "variables": []} {"className": "FAITestCommand_SetUpTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "class FAITestCommand_SetUpTest : public [IAutomationLatentCommand](API\\Runtime\\Core\\Misc\\IAutomationLatentCommand)", "variables": []} {"className": "FAITestCommand_TearDownTest::Update", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)", "module": "AITestSuite", "code": "virtual bool Update()", "variables": []} {"className": "FAITestCommand_TearDownTest::FAITestCommand_TearDownTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITestCommand_TearDownTest ( [FAITestBase](API\\Developer\\AITestSuite\\FAITestBase) * InputParam )", "variables": []} {"className": "FAITestCommand_TearDownTest::~FAITestCommand_TearDownTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual ~FAITestCommand_TearDownTest()", "variables": []} {"className": "FAITestCommand_TearDownTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "class FAITestCommand_TearDownTest : public [IAutomationLatentCommand](API\\Runtime\\Core\\Misc\\IAutomationLatentCommand)", "variables": []} {"className": "FAITestCommand_VerifyTestResults::Update", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)", "module": "AITestSuite", "code": "virtual bool Update()", "variables": []} {"className": "FAITestCommand_VerifyTestResults::FAITestCommand_VerifyTestResults", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITestCommand_VerifyTestResults ( [FAITestBase](API\\Developer\\AITestSuite\\FAITestBase) * InputParam )", "variables": []} {"className": "FAITestCommand_VerifyTestResults", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "class FAITestCommand_VerifyTestResults : public [IAutomationLatentCommand](API\\Runtime\\Core\\Misc\\IAutomationLatentCommand)", "variables": []} {"className": "FAITestCommand_VerifyTestResults::~FAITestCommand_VerifyTestResults", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual ~FAITestCommand_VerifyTestResults()", "variables": []} {"className": "FAITestCommand_WaitOneTick::Update", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)", "module": "AITestSuite", "code": "virtual bool Update()", "variables": []} {"className": "FAITestCommand_WaitOneTick", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "class FAITestCommand_WaitOneTick : public [IAutomationLatentCommand](API\\Runtime\\Core\\Misc\\IAutomationLatentCommand)", "variables": []} {"className": "FAITestCommand_WaitOneTick::FAITestCommand_WaitOneTick", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITestCommand_WaitOneTick()", "variables": []} {"className": "FAITestCommand_WaitSeconds::Update", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired)", "module": "AITestSuite", "code": "virtual bool Update()", "variables": []} {"className": "FAITestCommand_WaitSeconds::FAITestCommand_WaitSeconds", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITestCommand_WaitSeconds ( float InputParam )", "variables": []} {"className": "FAITestCommand_WaitSeconds::~FAITestCommand_WaitSeconds", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual ~FAITestCommand_WaitSeconds()", "variables": []} {"className": "FAITestCommand_WaitSeconds", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "class FAITestCommand_WaitSeconds : public [IAutomationLatentCommand](API\\Runtime\\Core\\Misc\\IAutomationLatentCommand)", "variables": []} {"className": "FAITestHelpers::FramesCounter", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "namespace FAITestHelpers { uint64 FAITestHelpers::FramesCounter() }", "variables": []} {"className": "FAITestHelpers::GetWorld", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Certain blueprints (like level blueprints) require a level outer, and for certain actions we need a level actor selected. This utility function provides an easy way to grab the world (which has a level that we can use for these purposes).", "module": "AITestSuite", "code": "namespace FAITestHelpers { [UWorld](API\\Runtime\\Engine\\Engine\\UWorld) * FAITestHelpers::GetWorld() }", "variables": []} {"className": "FAITestHelpers::UpdateFrameCounter", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "namespace FAITestHelpers { void FAITestHelpers::UpdateFrameCounter() }", "variables": []} {"className": "FAITestHelpers::TickInterval", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "namespace FAITestHelpers { static const float FAITestHelpers::TickInterval = 1.f / 30; }", "variables": []} {"className": "FAITest_SimpleComponentBasedTest::SetTestRunner", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual void SetTestRunner ( [FAutomationTestBase](API\\Runtime\\Core\\Misc\\FAutomationTestBase) & AutomationTestInstance )", "variables": []} {"className": "FAITest_SimpleComponentBasedTest::SetUp", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "true if setup was completed successfully, false otherwise (which will result in failing the test instance).", "module": "AITestSuite", "code": "virtual bool SetUp()", "variables": []} {"className": "FAITest_SimpleComponentBasedTest::TickComponent", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "void TickComponent()", "variables": []} {"className": "FAITest_SimpleComponentBasedTest::FAITest_SimpleComponentBasedTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "FAITest_SimpleComponentBasedTest()", "variables": []} {"className": "FAITest_SimpleComponentBasedTest::~FAITest_SimpleComponentBasedTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "virtual ~FAITest_SimpleComponentBasedTest()", "variables": []} {"className": "FAITest_SimpleComponentBasedTest", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "Specific test types.", "module": "AITestSuite", "code": "template struct FAITest_SimpleComponentBasedTest : public [FAITestBase](API\\Developer\\AITestSuite\\FAITestBase)", "variables": [{"type": "FReal *", "name": "Component", "description": ""}, {"type": "FTestLogger< in...", "name": "Logger", "description": ""}]} {"className": "FBTBuilder::AddParallel", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBTComposite_SimpleParallel](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\UBTComposite_SimpleParallel) & AddParallel ( [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) & TreeOb, [EBTParallelMode::Type](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\EBTParallelMode__Type) Mode )", "variables": []} {"className": "FBTBuilder::AddParallel", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBTComposite_SimpleParallel](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\UBTComposite_SimpleParallel) & AddParallel ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [EBTParallelMode::Type](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\EBTParallelMode__Type) Mode )", "variables": []} {"className": "FBTBuilder::AddSelector", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBTComposite_Selector](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\UBTComposite_Selector) & AddSelector ( [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) & TreeOb )", "variables": []} {"className": "FBTBuilder::AddSelector", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBTComposite_Selector](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\UBTComposite_Selector) & AddSelector ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode )", "variables": []} {"className": "FBTBuilder::AddSequence", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBTComposite_Sequence](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\UBTComposite_Sequence) & AddSequence ( [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) & TreeOb )", "variables": []} {"className": "FBTBuilder::AddSequence", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBTComposite_Sequence](API\\Runtime\\AIModule\\BehaviorTree\\Composites\\UBTComposite_Sequence) & AddSequence ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode )", "variables": []} {"className": "FBTBuilder::AddTask", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTask ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 LogIndex, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) NodeResult, int32 ExecutionTicks, int32 LogTickIndex )", "variables": []} {"className": "FBTBuilder::AddTaskBTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTaskBTStopAction ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 LogIndex, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) NodeResult, [EBTTestTaskStopTiming](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestTaskStopTiming) StopTiming, [EBTTestStopAction](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestStopAction) StopAction )", "variables": []} {"className": "FBTBuilder::AddTaskFlagChange", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTaskFlagChange ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, bool bValue, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) NodeResult, [FName](API\\Runtime\\Core\\UObject\\FName) BoolKeyName, [FName](API\\Runtime\\Core\\UObject\\FName) BoolOnAbortKeyName, bool bOnAbortValue )", "variables": []} {"className": "FBTBuilder::AddTaskLatentFlags", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTaskLatentFlags ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) NodeResult, int32 ExecuteHalfTicks, [FName](API\\Runtime\\Core\\UObject\\FName) ExecuteKeyName, int32 ExecuteLogStart, int32 ExecuteLogFinish, int32 AbortHalfTicks, [FName](API\\Runtime\\Core\\UObject\\FName) AbortKeyName, int32 AbortLogStart, int32 AbortLogFinish, [EBTTestChangeFlagBehavior](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestChangeFlagBehavior) ChangeFlagBehavior )", "variables": []} {"className": "FBTBuilder::AddTaskLogFinish", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTaskLogFinish ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 LogIndex, int32 FinishIndex, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) NodeResult, int32 ExecutionTicks )", "variables": []} {"className": "FBTBuilder::AddTaskSubtree", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTaskSubtree ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) * TreeAsset )", "variables": []} {"className": "FBTBuilder::AddTaskValueChange", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTaskValueChange ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 Value, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) NodeResult, [FName](API\\Runtime\\Core\\UObject\\FName) IntKeyName, [FName](API\\Runtime\\Core\\UObject\\FName) IntOnAbortKeyName, int32 OnAbortValue )", "variables": []} {"className": "FBTBuilder::AddTaskToggleFlag", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void AddTaskToggleFlag ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [EBTNodeResult::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTNodeResult__Type) NodeResult, [FName](API\\Runtime\\Core\\UObject\\FName) BoolKeyName, int32 NumToggles )", "variables": []} {"className": "FBTBuilder::CreateBehaviorTree", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) & CreateBehaviorTree ( [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) & ParentTree )", "variables": []} {"className": "FBTBuilder::WithDecorator", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "template static T & WithDecorator ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * DecoratorClass )", "variables": []} {"className": "FBTBuilder::WithDecoratorBlackboard", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithDecoratorBlackboard ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [EBasicKeyOperation::Type](API\\Runtime\\AIModule\\BehaviorTree\\Blackboard\\EBasicKeyOperation__Type) Condition, [EBTFlowAbortMode::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTFlowAbortMode__Type) Observer, [FName](API\\Runtime\\Core\\UObject\\FName) BoolKeyName, int32 LogIndexBecomeRelevant, int32 LogIndexCeaseRelevant, int32 LogIndexCalculate )", "variables": []} {"className": "FBTBuilder::WithDecoratorBlackboard", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithDecoratorBlackboard ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [EArithmeticKeyOperation::Type](API\\Runtime\\AIModule\\BehaviorTree\\Blackboard\\EArithmeticKeyOperation__Type) Condition, int32 Value, [EBTFlowAbortMode::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTFlowAbortMode__Type) Observer, [EBTBlackboardRestart::Type](API\\Runtime\\AIModule\\BehaviorTree\\Decorators\\EBTBlackboardRestart__Type) NotifyMode, [FName](API\\Runtime\\Core\\UObject\\FName) IntKeyName, int32 LogIndexBecomeRelevant, int32 LogIndexCeaseRelevant, int32 LogIndexCalculate )", "variables": []} {"className": "FBTBuilder::CreateBehaviorTree", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) & CreateBehaviorTree()", "variables": []} {"className": "FBTBuilder::WithDecoratorBlueprint", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithDecoratorBlueprint ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [EBTFlowAbortMode::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTFlowAbortMode__Type) Observer, [EBPConditionType](API\\Developer\\AITestSuite\\BehaviorTree\\EBPConditionType) BPConditionType, int32 LogIndexBecomeRelevant, int32 LogIndexCeaseRelevant, int32 LogIndexCalculate, [FName](API\\Runtime\\Core\\UObject\\FName) ObservingKeyName )", "variables": []} {"className": "FBTBuilder::WithDecoratorDelayedAbort", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithDecoratorDelayedAbort ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 NumTicks, bool bAbortOnlyOnce )", "variables": []} {"className": "FBTBuilder::WithDecoratorLoop", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithDecoratorLoop ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 NumLoops )", "variables": []} {"className": "FBTBuilder::WithServiceBTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithServiceBTStopAction ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 LogIndex, [EBTTestServiceStopTiming](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestServiceStopTiming) StopTiming, [EBTTestStopAction](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestStopAction) StopAction )", "variables": []} {"className": "FBTBuilder::WithServiceLog", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithServiceLog ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 ActivationIndex, int32 DeactivationIndex, int32 TickIndex, [FName](API\\Runtime\\Core\\UObject\\FName) TickBoolKeyName, bool bCallTickOnSearchStart, [FName](API\\Runtime\\Core\\UObject\\FName) BecomeRelevantBoolKeyName, [FName](API\\Runtime\\Core\\UObject\\FName) CeaseRelevantBoolKeyName, bool bToggleValue )", "variables": []} {"className": "FBTBuilder::WithTaskService", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "template static T & WithTaskService ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * ServiceClass )", "variables": []} {"className": "FBTBuilder::WithTaskServiceBTStopAction", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithTaskServiceBTStopAction ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 LogIndex, [EBTTestServiceStopTiming](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestServiceStopTiming) StopTiming, [EBTTestStopAction](API\\Developer\\AITestSuite\\BehaviorTree\\EBTTestStopAction) StopAction )", "variables": []} {"className": "FBTBuilder::WithTaskServiceLog", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "static void WithTaskServiceLog ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, int32 ActivationIndex, int32 DeactivationIndex, int32 TickIndex, [FName](API\\Runtime\\Core\\UObject\\FName) TickBoolKeyName, bool bCallTickOnSearchStart, [FName](API\\Runtime\\Core\\UObject\\FName) BecomeRelevantBoolKeyName, [FName](API\\Runtime\\Core\\UObject\\FName) CeaseRelevantBoolKeyName, bool bToggleValue )", "variables": []} {"className": "FBTBuilder", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "struct FBTBuilder", "variables": []} {"className": "FTestHelpers::TestEqual", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "namespace FTestHelpers { template bool FTestHelpers::TestEqual ( const [FString](API\\Runtime\\Core\\Containers\\FString) & Description, T1 Expression, T2 Expected, [FAutomationTestBase](API\\Runtime\\Core\\Misc\\FAutomationTestBase) & This ) }", "variables": []} {"className": "FBTBuilder::WithService", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h", "description": "", "module": "AITestSuite", "code": "template static T & WithService ( [UBTCompositeNode](API\\Runtime\\AIModule\\BehaviorTree\\UBTCompositeNode) & ParentNode, [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * ServiceClass )", "variables": []} {"className": "FTestHelpers::TestEqual", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "namespace FTestHelpers { template bool FTestHelpers::TestEqual ( const [FString](API\\Runtime\\Core\\Containers\\FString) & Description, T1 * Expression, T2 * Expected, [FAutomationTestBase](API\\Runtime\\Core\\Misc\\FAutomationTestBase) & This ) }", "variables": []} {"className": "FTestHelpers::TestNotEqual", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "namespace FTestHelpers { template bool FTestHelpers::TestNotEqual ( const [FString](API\\Runtime\\Core\\Containers\\FString) & Description, T1 Expression, T2 Expected, [FAutomationTestBase](API\\Runtime\\Core\\Misc\\FAutomationTestBase) & This ) }", "variables": []} {"className": "FTestHelpers::TestNotEqual", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h", "description": "", "module": "AITestSuite", "code": "namespace FTestHelpers { template bool FTestHelpers::TestNotEqual ( const [FString](API\\Runtime\\Core\\Containers\\FString) & Description, T1 * Expression, T2 * Expected, [FAutomationTestBase](API\\Runtime\\Core\\Misc\\FAutomationTestBase) & This ) }", "variables": []} {"className": "FTestLogger::Log", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/TestLogger.h", "description": "", "module": "AITestSuite", "code": "void Log ( const ValueType & Value )", "variables": []} {"className": "FTestLogger::FTestLogger", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/TestLogger.h", "description": "", "module": "AITestSuite", "code": "FTestLogger ( [FAutomationTestBase](API\\Runtime\\Core\\Misc\\FAutomationTestBase) * InTestRunner )", "variables": []} {"className": "FTestLogger", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "", "module": "AITestSuite", "code": "template struct FTestLogger", "variables": [{"type": "TArray< ValueTy...", "name": "ExpectedValues", "description": ""}, {"type": "TArray< ValueTy...", "name": "LoggedValues", "description": ""}, {"type": "FAutomationTest...", "name": "TestRunner", "description": ""}]} {"className": "FTestTickHelper::GetStatId", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "Return the stat id to use for this tickable", "module": "AITestSuite", "code": "virtual [TStatId](API\\Runtime\\Core\\Stats\\TStatId) GetStatId() const", "variables": []} {"className": "FTestTickHelper::IsTickable", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "Virtual that can be overloaded by the inheriting class. It is used to determine whether an object is ready to be ticked. This is required for example for allUObjectderived classes as they might be loaded async and therefore won't be ready immediately.\ntrue if object is ready to be ticked, false otherwise.", "module": "AITestSuite", "code": "virtual bool IsTickable() const", "variables": []} {"className": "FTestTickHelper::IsTickableInEditor", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "Used to determine whether the object should be ticked in the editor. Defaults to false since that is the previous behavior.\ntrue if this tickable object can be ticked in the editor", "module": "AITestSuite", "code": "virtual bool IsTickableInEditor() const", "variables": []} {"className": "FTestTickHelper::Tick", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "Pure virtual that must be overloaded by the inheriting class. It will be called from within LevelTick.cpp after ticking all actors or from the rendering thread (depending on bIsRenderingThreadObject)", "module": "AITestSuite", "code": "virtual void Tick ( float DeltaTime )", "variables": []} {"className": "FTestTickHelper::FTestTickHelper", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "FTestTickHelper()", "variables": []} {"className": "FTestTickHelper", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "struct FTestTickHelper : public [FTickableGameObject](API\\Runtime\\Engine\\FTickableGameObject)", "variables": [{"type": "TWeakObjectPtr<...", "name": "Owner", "description": ""}]} {"className": "IAITestSuite::Get", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h", "description": "Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.\nReturns singleton instance, loading the module on demand if needed", "module": "AITestSuite", "code": "static [IAITestSuite](API\\Developer\\AITestSuite\\IAITestSuite) & Get()", "variables": []} {"className": "FTestLogger::~FTestLogger", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/TestLogger.h", "description": "", "module": "AITestSuite", "code": "~FTestLogger()", "variables": []} {"className": "IAITestSuite::IsAvailable", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h", "description": "Checks to see if this module is loaded and ready. It is only valid to callGet()ifIsAvailable()returns true.\nTrue if the module is loaded and ready to use", "module": "AITestSuite", "code": "static bool IsAvailable()", "variables": []} {"className": "IAITestSuite", "headerPath": "/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h", "description": "The public interface to this module", "module": "AITestSuite", "code": "class IAITestSuite : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []} {"className": "UMockAI::SetEnableTicking", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "void SetEnableTicking ( bool bShouldTick )", "variables": []} {"className": "UMockAI::TickMe", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "virtual void TickMe ( float DeltaTime )", "variables": []} {"className": "UMockAI::UseBlackboardComponent", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "void UseBlackboardComponent()", "variables": []} {"className": "UMockAI::UseBrainComponent", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "template void UseBrainComponent()", "variables": []} {"className": "UMockAI::UsePerceptionComponent", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "void UsePerceptionComponent()", "variables": []} {"className": "UMockAI::UMockAI", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "UMockAI ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UMockAI::~UMockAI", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "virtual ~UMockAI()", "variables": []} {"className": "UMockAI", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI.h", "description": "", "module": "AITestSuite", "code": "class UMockAI : public [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject)", "variables": [{"type": "TObjectPtr ExecutionLog;", "variables": []} {"className": "UMockAI_BT::RunBT", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h", "description": "", "module": "AITestSuite", "code": "void RunBT ( [UBehaviorTree](API\\Runtime\\AIModule\\BehaviorTree\\UBehaviorTree) & BTAsset, [EBTExecutionMode::Type](API\\Runtime\\AIModule\\BehaviorTree\\EBTExecutionMode__Type) RunType )", "variables": []} {"className": "UMockAI_BT::IsRunning", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h", "description": "", "module": "AITestSuite", "code": "bool IsRunning() const", "variables": []} {"className": "UMockAI_BT::UMockAI_BT", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h", "description": "", "module": "AITestSuite", "code": "UMockAI_BT ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UMockGameplayTaskOwner::GetGameplayTaskOwner", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "Get owner of a task or default one when task is null", "module": "AITestSuite", "code": "virtual [AActor](API\\Runtime\\Engine\\GameFramework\\AActor) * GetGameplayTaskOwner ( const [UGameplayTask](API\\Runtime\\GameplayTasks\\UGameplayTask) * Task ) const", "variables": []} {"className": "UMockGameplayTaskOwner::GetGameplayTasksComponent", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "Finds tasks component for given GameplayTask, Task.GetGameplayTasksComponent() may not be initialized at this point!", "module": "AITestSuite", "code": "virtual [UGameplayTasksComponent](API\\Runtime\\GameplayTasks\\UGameplayTasksComponent) * GetGameplayTasksComponent ( const [UGameplayTask](API\\Runtime\\GameplayTasks\\UGameplayTask) & Task ) const", "variables": []} {"className": "UMockGameplayTaskOwner", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "", "module": "AITestSuite", "code": "class UMockGameplayTaskOwner : public [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject), public [IGameplayTaskOwnerInterface](API\\Runtime\\GameplayTasks\\IGameplayTaskOwnerInterface)", "variables": [{"type": "TObjectPtr & InLogger, const [FGameplayResourceSet](API\\Runtime\\GameplayTasks\\FGameplayResourceSet) & Resources, uint8 Priority )", "variables": []} {"className": "UMockTask_Log::EnableTick", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "Testing only hack-functions", "module": "AITestSuite", "code": "void EnableTick()", "variables": []} {"className": "UMockTask_Log::ExternalCancel", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "Called when the task is asked to cancel from an outside node. What this means depends on the individual task.Bydefault, this does nothing other than ending the task.", "module": "AITestSuite", "code": "virtual void ExternalCancel()", "variables": []} {"className": "UMockTask_Log::ExternalConfirm", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "Called when the task is asked to confirm from an outside node. What this means depends on the individual task.Bydefault, this does nothing other than ending if bEndTask is true.", "module": "AITestSuite", "code": "virtual void ExternalConfirm ( bool bEndTask )", "variables": []} {"className": "UMockTask_Log::OnDestroy", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "End and CleanUp the task - may be called by the task itself or by the task owner if the owner is ending. IMPORTANT! Do NOT call directly! CallEndTask()orTaskOwnerEnded()IMPORTANT! When overriding this function make sure to call Super::OnDestroy(bOwnerFinished) as the last thing, since the function internally marks the task as \"Pending Kill\", and this may interfere with internal BP mechanics", "module": "AITestSuite", "code": "virtual void OnDestroy ( bool bInOwnerFinished )", "variables": []} {"className": "UMockAI_BT", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h", "description": "", "module": "AITestSuite", "code": "class UMockAI_BT : public [UMockAI](API\\Developer\\AITestSuite\\UMockAI)", "variables": [{"type": "TObjectPtr", "name": "ExpectedResult", "description": ""}]} {"className": "UMockTask_Log::SetInstaEnd", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "", "module": "AITestSuite", "code": "void SetInstaEnd ( bool bNewValue )", "variables": []} {"className": "UMockTask_Log::TickTask", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "Tick function for this task, if bTickingTask == true", "module": "AITestSuite", "code": "virtual void TickTask ( float DeltaTime )", "variables": []} {"className": "UMockTask_Log::UMockTask_Log", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "", "module": "AITestSuite", "code": "UMockTask_Log ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []} {"className": "UMockTask_Log", "headerPath": "/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h", "description": "", "module": "AITestSuite", "code": "class UMockTask_Log : public [UGameplayTask](API\\Runtime\\GameplayTasks\\UGameplayTask)", "variables": [{"type": "bool", "name": "bShoudEndAsPartOfActivation", "description": ""}, {"type": "FTestLogger< in...", "name": "Logger", "description": ""}]}