Navigation
Unreal Engine C++ API Reference > 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
(
const WIDECHAR * Prefix,
int32 ArgC,
WIDECHAR * ArgV,
const WIDECHAR * Suffix
)
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.