ILauncherProfileManager::GetProfile

Gets the profile with the specified identifier.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfileManager.h"

Syntax

ILauncherProfilePtr GetProfile
(
    const FGuid & ProfileId
) const

Remarks

Gets the profile with the specified identifier.

Returns

The profile, or nullptr if the profile doesn't exist.

Parameters

Parameter

Description

ProfileId

The identifier of the profile to get.

See Also

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