Navigation
API > API/Developer > API/Developer/LauncherServices
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfileLaunchModes
{
enum Type
&123;
DoNotLaunch,
CustomRoles,
DefaultRole,
&125;
}
Values
| Name | Description |
|---|---|
| DoNotLaunch | Do not launch. |
| CustomRoles | Launch with customized roles per device. |
| DefaultRole | Launch with the default role on all deployed devices. |
Remarks
Enumerates launch modes.