Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets the additional command line parameters for the application to use at launch. These will be used by all launch roles
| Name | SetAdditionalCommandLineParameters |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetAdditionalCommandLineParameters
(
const FString & Params
)
Parameters
| Name | Remarks |
|---|---|
| Params | The additional command line parameters to use |