Command line parsing

TArray<FString> Tokens, Switches;

ParseCommandLine(FCommandLine::Get(), Tokens, Switches);

FCommandLine::GetForLogging()

FCommandLine::IsInitialized()

FCommandline::Parse()


Last update: 2023-03-05
Created: 2019-05-16