ILauncherProfileManager::CreateUnsavedProfile

Creates a new profile but does not add it to the internal tracking.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfileManager.h"

Syntax

ILauncherProfileRef CreateUnsavedProfile
(
    FString ProfileName
)

Remarks

Creates a new profile but does not add it to the internal tracking.

Returns

The new profile created.

Parameters

Parameter

Description

ProfileName

The name of the profile to create.

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