Navigation
API > API/Developer > API/Developer/LauncherServices
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfileDeploymentModes
{
enum Type
{
DoNotDeploy,
CopyToDevice,
FileServer,
CopyRepository,
}
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Enumerates deployment modes.