Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
Include | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfileDeploymentModes
{
enum Type
&123;
DoNotDeploy,
CopyToDevice,
FileServer,
CopyRepository,
&125;
}
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.