Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherServicesModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ILauncherDeviceGroupRef CreateDeviceGroup () |
Creates a new device group. | ILauncherServicesModule.h | |
ILauncherDeviceGroupRef CreateDeviceGroup
(
const FGuid& Guid, |
Creates a new device group. | ILauncherServicesModule.h |
CreateDeviceGroup()
Description
Creates a new device group.
| Name | CreateDeviceGroup |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherServicesModule.h |
| Include Path | #include "ILauncherServicesModule.h" |
ILauncherDeviceGroupRef CreateDeviceGroup()
A new device group.
CreateDeviceGroup(const FGuid &, const FString &)
Description
Creates a new device group.
| Name | CreateDeviceGroup |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherServicesModule.h |
| Include Path | #include "ILauncherServicesModule.h" |
ILauncherDeviceGroupRef CreateDeviceGroup
(
const FGuid & Guid,
const FString & Name
)
A new device group.