Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfileManager
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
Include | #include "ILauncherProfileManager.h" |
void AddProfile ( const [ILauncherProfileRef](API\Developer\LauncherServices\ILauncherProfileRef) & Profile )
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. |