Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
Inheritance Hierarchy
- AGameModeBase
- IAutomatedPerfTestInterface
- AAutomatedPerfTestGameModeBase
References
| Module | AutomatedPerfTesting |
| Header | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedPerfTestGameModeBase.h |
| Include | #include "AutomatedPerfTestGameModeBase.h" |
Syntax
UCLASS (Blueprintable)
class AAutomatedPerfTestGameModeBase :
public AGameModeBase,
public IAutomatedPerfTestInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Exit () |
||
| void | |||
| void | RunTest () |
||
| void | |||
| void | SetupTest () |
||
| void | |||
| void | TeardownTest () |
||
| void |