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