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
Public Virtual
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetPerfTestTypeID() |
Unique identifier for the class type provided to output artifact generation. | AutomatedProfileGoTest.h | |
virtual void SetupTest() |
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 |
|---|---|---|---|
FString GetProfileGoArgsString() |
AutomatedProfileGoTest.h | ||
void LoadFromJSON
(
const FString& Filename |
AutomatedProfileGoTest.h | ||
void SaveToJSON
(
const FString& Filename |
AutomatedProfileGoTest.h |
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CompleteTest
(
bool bSuccess |
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 |
Overridden from UAutomatedPerfTestControllerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UnbindAllDelegates() |
AutomatedProfileGoTest.h |