ParseCommandLine

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

ParseCommandLine

(
    const TCHAR* CmdLine,
    TArray< FString >& Tokens,
    TArray< FString >& Switches
)

Parses a string into tokens, separating switches (beginning with - or /) from other parameters

Public function Static

void

 

ParseCommandLine

(
    const TCHAR* CmdLine,
    TArray< FString >& Tokens,
    TArray< FString >& Switches,
    TMap< FString, FString >& Params
)

Parses a string into tokens, separating switches (beginning with - or /) from other parameters

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