Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
Description
Loads all device groups and launcher profiles from disk.
When this function is called, it will discard any in-memory changes to device groups and launcher profiles that are not yet persisted to disk. Settings are also loaded automatically when a profile manager is first created.
| Name | LoadSettings |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
void LoadSettings()
See Also
- SaveSettings