Navigation
API > API/Developer > API/Developer/LauncherServices
UAT command parameters
| Name | ILauncherProfileUATCommand |
| Type | class |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileUATCommand.h |
| Include Path | #include "ILauncherProfileUATCommand.h" |
Syntax
class ILauncherProfileUATCommand
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILauncherProfileUATCommand() |
ILauncherProfileUATCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< ILauncherProfileAutomatedTest > AsAutomatedTest() |
ILauncherProfileUATCommand.h | ||
TSharedPtr< ILauncherProfileBuildCookRun > AsBuildCookRun() |
ILauncherProfileUATCommand.h | ||
const FString & GetAdditionalUATCommandLine() |
ILauncherProfileUATCommand.h | ||
FString GetDescription() |
ILauncherProfileUATCommand.h | ||
const TCHAR * GetInternalName() |
Recommendation for InternalName is is "ExtensionName.InternalName" | ILauncherProfileUATCommand.h | |
int32 GetOrder() |
ILauncherProfileUATCommand.h | ||
const FString & GetUATCommand() |
ILauncherProfileUATCommand.h | ||
FString GetUserTypeName() |
ILauncherProfileUATCommand.h | ||
bool IsEnabled() |
ILauncherProfileUATCommand.h | ||
bool Load
(
const FJsonObject& Object |
ILauncherProfileUATCommand.h | ||
void Save
(
TJsonWriter<>& Writer |
ILauncherProfileUATCommand.h | ||
void SetAdditionalUATCommandLine
(
const TCHAR* AdditionalCommandLine |
ILauncherProfileUATCommand.h | ||
void SetDescription
(
const FString& NewDescription |
ILauncherProfileUATCommand.h | ||
void SetEnabled
(
bool bEnabled |
ILauncherProfileUATCommand.h | ||
void SetOrder
(
int32 Order |
ILauncherProfileUATCommand.h | ||
void SetUATCommand
(
const TCHAR* UATCommand |
ILauncherProfileUATCommand.h | ||
void SetUserTypeName
(
const FString& NewUserTypeName |
ILauncherProfileUATCommand.h |