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 LoadProfile
&40;
FArchive & Archive
&41;
Remarks
Attempts to load a profile from the specified archive.
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 |
---|---|
Archive | The archive to load from. |