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
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILauncherProfileAutomatedTest() |
ILauncherProfileAutomatedTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetAdditionalCommandLine() |
ILauncherProfileAutomatedTest.h | ||
const TCHAR * GetInternalName() |
ILauncherProfileAutomatedTest.h | ||
int32 GetPriority() |
ILauncherProfileAutomatedTest.h | ||
const FString & GetTests() |
ILauncherProfileAutomatedTest.h | ||
const FString & GetUATCommand() |
ILauncherProfileAutomatedTest.h | ||
bool IsEnabled() |
ILauncherProfileAutomatedTest.h | ||
void Load
(
const FJsonObject& Object |
ILauncherProfileAutomatedTest.h | ||
void Save
(
TJsonWriter<>& Writer |
ILauncherProfileAutomatedTest.h | ||
void Serialize
(
FArchive& Archive |
ILauncherProfileAutomatedTest.h | ||
void SetAdditionalCommandLine
(
const TCHAR* AdditionalCommandLine |
ILauncherProfileAutomatedTest.h | ||
void SetEnabled
(
bool bEnabled |
ILauncherProfileAutomatedTest.h | ||
void SetPriority
(
int32 Priority |
ILauncherProfileAutomatedTest.h | ||
void SetTests
(
const TCHAR* Tests |
ILauncherProfileAutomatedTest.h | ||
void SetUATCommand
(
const TCHAR* UATCommand |
Recommendation for InternalName is is "ExtensionName.InternalName" | ILauncherProfileAutomatedTest.h |