Module |
|
Header |
/Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h |
Include |
#include "AITestsCommon.h" |
struct FAITestBase
Name | Description | ||
---|---|---|---|
|
TestRunner |
Name | Description | |
---|---|---|
|
FAITestBase() |
Name | Description | |
---|---|---|
|
~FAITestBase() |
Name | Description | ||
---|---|---|---|
|
AddAutoDestroyObject ( |
||
|
FAutomationT... |
GetTestRunner() |
|
|
UWorld & |
GetWorld() |
|
|
InstantTest() |
||
|
ClassToSpawn... |
NewAutoDestroyObject ( |
|
|
SetTestRunner ( |
||
|
SetUp() |
||
|
TearDown() |
It's essential that overriding functions call the super-implementation. Otherwise the check in ~FAITestBase will fail. |
|
|
Update() |