ILauncherProfile::GetLaunchRolesFor

Gets the launch roles assigned to the specified device.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfile.h"

Syntax

const int32 GetLaunchRolesFor
(
    const FString & DeviceId,
    TArray< ILauncherProfileLaunchRolePtr > & OutRoles
)

Remarks

Gets the launch roles assigned to the specified device.

Parameters

Parameter

Description

DeviceId

The identifier of the device.

OutRoles

Will hold the assigned roles, if any.

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