Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Removes the given launch role from the profile.
| Name | RemoveLaunchRole |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void RemoveLaunchRole
(
const ILauncherProfileLaunchRoleRef & Role
)
Parameters
| Name | Remarks |
|---|---|
| Role | The role to remove. |