Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets the device group to deploy to.
| Name | SetDeployedDeviceGroup |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetDeployedDeviceGroup
(
const ILauncherDeviceGroupPtr & DeviceGroup
)
Parameters
| Name | Remarks |
|---|---|
| DeviceGroup | The device group, or NULL to reset this setting. |