Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
| Name | AAutomatedPerfTestGameModeBase |
| Type | class |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedPerfTestGameModeBase.h |
| Include Path | #include "AutomatedPerfTestGameModeBase.h" |
Syntax
UCLASS (Blueprintable)
class AAutomatedPerfTestGameModeBase :
public AGameModeBase ,
public IAutomatedPerfTestInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → AInfo → AGameModeBase → AAutomatedPerfTestGameModeBase
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Exit() |
AutomatedPerfTestGameModeBase.h |
|
|
virtual void Exit_Implementation() |
AutomatedPerfTestGameModeBase.h |
|
|
void RunTest() |
AutomatedPerfTestGameModeBase.h |
|
|
virtual void RunTest_Implementation() |
AutomatedPerfTestGameModeBase.h |
|
|
void SetupTest() |
AutomatedPerfTestGameModeBase.h |
|
|
virtual void SetupTest_Implementation() |
AutomatedPerfTestGameModeBase.h |
|
|
void TeardownTest() |
AutomatedPerfTestGameModeBase.h |
|
|
virtual void TeardownTest_Implementation() |
AutomatedPerfTestGameModeBase.h |
|