ILauncherProfileManager::ChangeProfileName

Modifies profile name.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfileManager.h"

Syntax

void ChangeProfileName
(
    const ILauncherProfileRef & Profile,
    FString Name
)

Remarks

Modifies profile name. Saves file to new location and deletes old one to avoid duplicating profiles.

Parameters

Parameter

Description

Profile

The profile to change

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