Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCommandLine
Description
Adds a new parameter to subprocess command line. If Param does not start with a space, one is added.
| Name | AddToSubprocessCommandLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CommandLine.h |
| Include Path | #include "Misc/CommandLine.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CommandLine.cpp |
static void AddToSubprocessCommandLine
(
const TCHAR * Param,
ECommandLineArgumentFlags ApplicationContextFlags
)
Parameters
| Name | Remarks |
|---|---|
| Param | Command line param string. |
| ApplicationContextFlags | The one or more application context flags to which this parameter applies. |