Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
Description
Attempts to load a profile from the specified file.
The loaded profile is NOT automatically added to the profile manager. Use AddProfile() to add it to the collection.
| Name | LoadJSONProfile |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
ILauncherProfilePtr LoadJSONProfile
(
FString ProfileFile
)
The loaded profile, or nullptr if loading failed.
Parameters
| Name | Remarks |
|---|---|
| ProfileFile | The file to load from. |
See Also
-
SaveProfile