ParseValue

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

ParseValue

(
    const TCHAR* Stream,
    const TCHAR* Match,
    FString& Value,
    bool bShouldStopOnComma
)

Overridden parse function, for supporting escaped quotes

Public function Static

bool

 

ParseValue

(
    const TCHAR* Stream,
    const TCHAR* Match,
    TCHAR* Value,
    int32 MaxLen,
    bool bShouldStopOnComma
)

Overridden parse function, for supporting escaped quotes, e.g: -UnitTestServerParms="-LogCmds=\"LogNet all""

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