Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileLaunchRole
Description
Sets optional command line parameters to launch with.
| Name | SetCommandLine |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileLaunchRole.h |
| Include Path | #include "ILauncherProfileLaunchRole.h" |
void SetCommandLine
(
const FString & NewCommandLine
)
Parameters
| Name | Remarks |
|---|---|
| NewCommandLine | Command line string. |