ILauncherDeviceGroup

Interface for Launcher device groups.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~ILauncherDeviceGroup()

Virtual destructor.

Functions

Name Description

Public function

void

 

AddDevice

(
    const FString& DeviceID
)

Adds a device to the group.

Public function

const TArray...

 

GetDeviceIDs()

Get a list of identifiers for devices associated with this device group.

Public function Const

FGuid

 

GetId()

Gets the unique identifier of the device group.

Public function Const

const FStrin...

 

GetName()

Gets the human readable name of the device group.

Public function Const

int32

 

GetNumDevices()

Get a list of devices associated with this device group.

Public function

FOnLauncherD...

 

OnDeviceAdded()

Returns a delegate that is invoked when device was added to this group.

Public function

FOnLauncherD...

 

OnDeviceRemoved()

Returns a delegate that is invoked when device was removed from this group.

Public function

void

 

RemoveAllDevices()

Removes all devices from the group.

Public function

void

 

RemoveDevice

(
    const FString& DeviceID
)

Removes a device from the group.

Public function

void

 

SetName

(
    const FString& NewName
)

Sets the name of the device group.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss