Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCommandLine > API/Runtime/Core/Misc/FCommandLine/BuildFromArgV
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CommandLine.h |
| Include | #include "Misc/CommandLine.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CommandLine.cpp |
static FString BuildFromArgV
&40;
const WIDECHAR &42; Prefix,
int32 ArgC,
WIDECHAR &42; ArgV,
const WIDECHAR &42; Suffix
&41;
Remarks
Builds a command line string from the ArgC/ArgV main() arguments, together with an optional prefix or suffix, for adding additional command list arguments programmatically.