Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileBuildCookRun
Description
Sets the additional command line parameters that will be used for the given target type when the app launches.
| Name | SetAdditionalTargetCommandLineParameters |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileBuildCookRun.h |
| Include Path | #include "ILauncherProfileBuildCookRun.h" |
void SetAdditionalTargetCommandLineParameters
(
const FString & Params,
EBuildTargetType BuildTargetType
)
Parameters
| Name | Remarks |
|---|---|
| Params | The additional command line parameters to use |
| BuildTargetType | The type of build target to modify |