Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfile
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
Include | #include "ILauncherProfile.h" |
void RemoveLaunchRole ( const [ILauncherProfileLaunchRoleRef](API\Developer\LauncherServices\ILauncherProfileLaunchRoleRef) & Role )
Remarks
Removes the given launch role from the profile.
Parameters
Name | Description |
---|---|
Role | The role to remove. |