Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfileLaunchRole
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileLaunchRole.h |
Include | #include "ILauncherProfileLaunchRole.h" |
void SetCommandLine ( const [FString](API\Runtime\Core\Containers\FString) & NewCommandLine )
Remarks
Sets optional command line parameters to launch with.
Parameters
Name | Description |
---|---|
NewCommandLine | Command line string. |