Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
| Name | UAutomatedReplayPerfTest |
| Type | class |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedReplayPerfTest.h |
| Include Path | #include "AutomatedReplayPerfTest.h" |
Syntax
UCLASS (MinimalAPI)
class UAutomatedReplayPerfTest : public UAutomatedPerfTestControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGauntletTestController → UAutomatedPerfTestControllerBase → UAutomatedReplayPerfTest
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsReplayTriggered | bool | AutomatedReplayPerfTest.h | ||
| bIsTearingDown | bool | AutomatedReplayPerfTest.h | ||
| ReplayName | FString | AutomatedReplayPerfTest.h |
Functions
Public
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Exit() |
AutomatedReplayPerfTest.h | ||
virtual FString GetTestID() |
AutomatedReplayPerfTest.h | ||
virtual void RunTest() |
AutomatedReplayPerfTest.h | ||
virtual void SetupTest() |
AutomatedReplayPerfTest.h | ||
virtual void TeardownTest
(
bool bExitAfterTeardown |
AutomatedReplayPerfTest.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnReplayComplete
(
UWorld* World |
AutomatedReplayPerfTest.h | ||
void OnReplayFailure
(
UWorld* World, |
AutomatedReplayPerfTest.h | ||
void OnReplayStarted
(
UWorld* World |
AutomatedReplayPerfTest.h |
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UnbindAllDelegates() |
AutomatedReplayPerfTest.h |
Overridden from UGauntletTestController
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnInit() |
AutomatedReplayPerfTest.h |