ILauncherProfileManager::GetDeviceGroup

Gets the device group with the specified identifier.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h

Include

#include "ILauncherProfileManager.h"

Syntax

ILauncherDeviceGroupPtr GetDeviceGroup
(
    const FGuid & GroupId
) const

Remarks

Gets the device group with the specified identifier.

Returns

A shared pointer to the group, or nullptr if the group was not found.

Parameters

Parameter

Description

GroupId

The unique identifier of the group to get.

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