ILauncherProfileManager::FindProfile

Gets the profile with the specified name.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfileManager.h"

Syntax

ILauncherProfilePtr FindProfile
(
    const FString & ProfileName
)

Remarks

Gets the profile with the specified name.

Returns

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

Parameters

Parameter

Description

ProfileName

The name 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