Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
Automated Perf Profile Go Test.
| Name | UAutomatedProfileGoTest |
| Type | class |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedProfileGoTest.h |
| Include Path | #include "AutomatedProfileGoTest.h" |
Syntax
UCLASS (MinimalAPI)
class UAutomatedProfileGoTest : public UAutomatedPerfTestControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGauntletTestController → UAutomatedPerfTestControllerBase → UAutomatedProfileGoTest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAutomatedProfileGoTest
(
const FObjectInitializer& ObjectInitializer |
AutomatedProfileGoTest.h |
Functions
Public
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Exit() |
AutomatedProfileGoTest.h | ||
virtual FString GetTestID() |
AutomatedProfileGoTest.h | ||
virtual void RunTest() |
AutomatedProfileGoTest.h | ||
virtual void SetupTest() |
AutomatedProfileGoTest.h | ||
virtual void TeardownTest
(
bool bExitAfterTeardown |
AutomatedProfileGoTest.h |
Overridden from UGauntletTestController
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnInit() |
AutomatedProfileGoTest.h | ||
virtual void OnTick
(
float TimeDelta |
AutomatedProfileGoTest.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CompleteTest
(
bool bSuccess |
AutomatedProfileGoTest.h | ||
FString GetProfileGoArgsString() |
AutomatedProfileGoTest.h | ||
void LoadFromJSON
(
const FString& Filename |
AutomatedProfileGoTest.h | ||
virtual void OnPassEnded() |
AutomatedProfileGoTest.h | ||
virtual void OnPassStarted() |
AutomatedProfileGoTest.h | ||
virtual void OnRequestFailed() |
AutomatedProfileGoTest.h | ||
virtual void OnScenarioEnded
(
const FString& InName |
AutomatedProfileGoTest.h | ||
virtual void OnScenarioStarted
(
const FString& InName |
AutomatedProfileGoTest.h | ||
void SaveToJSON
(
const FString& Filename |
AutomatedProfileGoTest.h |
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UnbindAllDelegates() |
AutomatedProfileGoTest.h |