Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCommandLine
Description
Removes the executable name from the passed CmdLine, denoted by parentheses. Returns the CmdLine string without the executable name.
Removes the executable name from a commandline, denoted by parentheses.
| Name | RemoveExeName |
| 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 const TCHAR * RemoveExeName
(
const TCHAR * CmdLine
)