Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
| Name | IAutomatedPerfTestInterface |
| Type | class |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedPerfTestInterface.h |
| Include Path | #include "AutomatedPerfTestInterface.h" |
Syntax
class IAutomatedPerfTestInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Exit() |
AutomatedPerfTestInterface.h |
|
|
void RunTest() |
AutomatedPerfTestInterface.h |
|
|
void SetupTest() |
AutomatedPerfTestInterface.h |
|
|
void TeardownTest() |
AutomatedPerfTestInterface.h |
|