Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
Description
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.
| Name | AddProfile |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
void AddProfile
(
const ILauncherProfileRef & Profile
)
Parameters
| Name | Remarks |
|---|---|
| Profile | The profile to add. |