Navigation
API > API/Developer > API/Developer/AITestSuite
Specific test types.
| Name | FAITest_SimpleComponentBasedTest |
| Type | struct |
| Header File | /Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h |
| Include Path | #include "AITestsCommon.h" |
Syntax
template<class FReal>
struct FAITest_SimpleComponentBasedTest : public FAITestBase
Inheritance Hierarchy
- FAITestBase → FAITest_SimpleComponentBasedTest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAITest_SimpleComponentBasedTest() |
AITestsCommon.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAITest_SimpleComponentBasedTest() |
AITestsCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Component | FReal * | AITestsCommon.h | ||
| Logger | FTestLogger< int32 > | AITestsCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void TickComponent() |
AITestsCommon.h |
Overridden from FAITestBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetTestRunner
(
FAutomationTestBase& AutomationTestInstance |
AITestsCommon.h | ||
virtual bool SetUp() |
AITestsCommon.h |