Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
Description
Modifies profile name. Saves file to new location and deletes old one to avoid duplicating profiles.
| Name | ChangeProfileName |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
void ChangeProfileName
(
const ILauncherProfileRef & Profile,
FString Name
)
Parameters
| Name | Remarks |
|---|---|
| Profile | The profile to change |