Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileBuildCookRun
Description
Gets the device group to deploy to.
| Name | GetDeployedDeviceGroup |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileBuildCookRun.h |
| Include Path | #include "ILauncherProfileBuildCookRun.h" |
ILauncherDeviceGroupPtr GetDeployedDeviceGroup
(
bool bRefreshDevices
)
The device group, or NULL if none was configured.
Parameters
| Name | Remarks |
|---|---|
| bRefreshDevices | Whether to update the devices in the group before returning, in case some have been discovered since the last call |
See Also
- SetDeployedDeviceGroup