Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
Description
Saves the given profile to the specified file.
| Name | SaveJSONProfile |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
bool SaveJSONProfile
(
const ILauncherProfileRef & Profile
)
Parameters
| Name | Remarks |
|---|---|
| Profile | The profile to save. |