Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileLaunchRole
Description
Sets the name of this role.
| Name | SetName |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileLaunchRole.h |
| Include Path | #include "ILauncherProfileLaunchRole.h" |
void SetName
(
const FString & NewName
)
Parameters
| Name | Remarks |
|---|---|
| NewName | The name to set. |
See Also
- GetName