Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
Include | #include "ILauncherProfileManager.h" |
void AddProfile
&40;
const ILauncherProfileRef & Profile
&41;
Remarks
Adds the given profile to the list of managed profiles.
If a profile with the same identifier already exists in the profile collection, it will be deleted before the given profile is added.
Parameters
Name | Description |
---|---|
Profile | The profile to add. |