Navigation
API > API/Developer > API/Developer/AITestSuite
| Name | UMockAI_BT |
| Type | class |
| Header File | /Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h |
| Include Path | #include "MockAI_BT.h" |
Syntax
UCLASS ()
class UMockAI_BT : public UMockAI
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMockAI → UMockAI_BT
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMockAI_BT
(
const FObjectInitializer& ObjectInitializer |
MockAI_BT.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ExecutionLog | TArray< int32 > | MockAI_BT.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BTComp | TObjectPtr< UBehaviorTreeComponent > | MockAI_BT.h | ||
| ExpectedResult | TArray< int32 > | MockAI_BT.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsRunning() |
MockAI_BT.h | ||
void RunBT
(
UBehaviorTree& BTAsset, |
MockAI_BT.h |