Navigation
API > API/Developer > API/Developer/LauncherServices
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherDeviceGroup.h |
| Include | #include "ILauncherDeviceGroup.h" |
Syntax
class ILauncherDeviceGroup
Remarks
Interface for Launcher device groups.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds a device to the group. | ||
| const TArray< FString > & | GetDeviceIDs () |
Get a list of identifiers for devices associated with this device group. | |
| FGuid | GetId () |
Gets the unique identifier of the device group. | |
| const FString & | GetName () |
Gets the human readable name of the device group. | |
| int32 | Get a list of devices associated with this device group. | ||
| FOnLauncherDeviceGroupDeviceAdded & | Returns a delegate that is invoked when device was added to this group. | ||
| FOnLauncherDeviceGroupDeviceRemoved & | Returns a delegate that is invoked when device was removed from this group. | ||
| void | Removes all devices from the group. | ||
| void | RemoveDevice
(
const FString& DeviceID |
Removes a device from the group. | |
| void | Sets the name of the device group. |