Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
Inheritance Hierarchy
- UObject
- UGauntletTestController
- UAutomatedPerfTestControllerBase
- UAutomatedSequencePerfTest
References
| Module | AutomatedPerfTesting |
| Header | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedSequencePerfTest.h |
| Include | #include "AutomatedSequencePerfTest.h" |
Syntax
UCLASS ()
class UAutomatedSequencePerfTest : public UAutomatedPerfTestControllerBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| FString | |||
| void | NextMap () |
This function is called on world change to set up the map for the correct map/sequence combo. | |
| void | OnCameraCut
(
UCameraComponent* CameraComponent |
||
| void |
Overridden from UAutomatedPerfTestControllerBase
| Type | Name | Description | |
|---|---|---|---|
| void | Exit () |
||
| FString | GetTestID () |
||
| void | RunTest () |
||
| void | SetupTest () |
||
| void | TeardownTest
(
bool bExitAfterTeardown |
||
| void |
Overridden from UGauntletTestController
| Type | Name | Description | |
|---|---|---|---|
| void | OnInit () |
Called when the controller is first initialized |