Navigation
API > API/Developer > API/Developer/LauncherServices
Enumerates deployment modes.
| Name | ELauncherProfileDeploymentModes::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfileDeploymentModes
{
enum Type
{
DoNotDeploy,
CopyToDevice,
FileServer,
CopyRepository,
}
}
Values
| Name | Remarks |
|---|---|
| DoNotDeploy | Do not deploy the build to any device. |
| CopyToDevice | Copy all required file to the device. |
| FileServer | Let the device get required files from a file server. |
| CopyRepository | Copy a build from a repository to the device. |