Navigation
API > API/Developer > API/Developer/LauncherServices
Automated test parameters
| Name | ILauncherProfileAutomatedTest |
| Type | class |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileAutomatedTest.h |
| Include Path | #include "ILauncherProfileAutomatedTest.h" |
Syntax
class ILauncherProfileAutomatedTest : public ILauncherProfileUATCommand
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILauncherProfileAutomatedTest() |
ILauncherProfileAutomatedTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetTests() |
ILauncherProfileAutomatedTest.h | ||
void Serialize
(
FArchive& Archive |
ILauncherProfileAutomatedTest.h | ||
void SetPriority
(
int32 Priority |
ILauncherProfileAutomatedTest.h | ||
void SetTests
(
const TCHAR* Tests |
ILauncherProfileAutomatedTest.h |
Overridden from ILauncherProfileUATCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Load
(
const FJsonObject& Object |
ILauncherProfileAutomatedTest.h | ||
void Save
(
TJsonWriter<>& Writer |
ILauncherProfileAutomatedTest.h |