UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::CommandLine Namespace Reference

Functions

VERSECOMPILER_API void Init (int ArgC, char *ArgV[])
 
VERSECOMPILER_API void Init (const SCommandLine &Rhs)
 
VERSECOMPILER_API bool IsSet ()
 
VERSECOMPILER_API const SCommandLineGet ()
 

Function Documentation

◆ Get()

const SCommandLine & uLang::CommandLine::Get ( )

◆ Init() [1/2]

void uLang::CommandLine::Init ( const SCommandLine Rhs)

◆ Init() [2/2]

void uLang::CommandLine::Init ( int  ArgC,
char ArgV[] 
)

◆ IsSet()

bool uLang::CommandLine::IsSet ( )