ILauncherProfile::RemoveLaunchRole

Removes the given launch role from the profile.

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.

See Also

CreateLaunchRole

GetLaunchRoles


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library