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