Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include | #include "ILauncherProfileManager.h" |
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
| Name | Description |
|---|---|
| Profile | The profile to change |