FCommandLine::RemoveExeName

Removes the executable name from the passed CmdLine, denoted by parentheses.

Windows
MacOS
Linux

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

Syntax

static const TCHAR * RemoveExeName
(
    const TCHAR * CmdLine
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss