Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
Description
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.
| Name | LoadProfile |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
ILauncherProfilePtr LoadProfile
(
FArchive & Archive
)
The loaded profile, or nullptr if loading failed.
Parameters
| Name | Remarks |
|---|---|
| Archive | The archive to load from. |
See Also
-
SaveProfile