Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfileManager
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
Include | #include "ILauncherProfileManager.h" |
ILauncherProfilePtr LoadJSONProfile
&40;
FString ProfileFile
&41;
Remarks
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. The loaded profile, or nullptr if loading failed.
Parameters
Name | Description |
---|---|
ProfileFile | The file to load from. |