Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include | #include "ILauncherProfile.h" |
const int32 GetLaunchRolesFor
&40;
const FString & DeviceId,
TArray< ILauncherProfileLaunchRolePtr > & OutRoles
&41;
Remarks
Gets the launch roles assigned to the specified device.
Parameters
| Name | Description |
|---|---|
| DeviceId | The identifier of the device. |
| OutRoles | Will hold the assigned roles, if any. |