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 RemoveSimpleProfile ( const [ILauncherSimpleProfileRef](API\Developer\LauncherServices\ILauncherSimpleProfileRef) & SimpleProfile )
Remarks
Deletes the given simple profile.
Parameters
Name | Description |
---|---|
Profile | The simple profile to delete. |