Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileBuildCookRun
Description
Gets the identifier of the device group to deploy to.
This method is used internally by the profile manager to read the device group identifier after loading this profile from a file. The profile manager will use this identifier to locate the actual device group to deploy to.
| Name | GetDeployedDeviceGroupId |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileBuildCookRun.h |
| Include Path | #include "ILauncherProfileBuildCookRun.h" |
const FGuid & GetDeployedDeviceGroupId() const
The device group identifier, or an invalid GUID if no group was set or deployment is disabled.