Token

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FString

 

Token

(
    const TCHAR*& Str,
    bool UseEscape
)

Grabs the next space-delimited string from the input stream. If quoted, gets entire quoted string.

Public function Static

bool

 

Token

(
    const TCHAR*& Str,
    FString& Arg,
    bool UseEscape
)

Grabs the next space-delimited string from the input stream. If quoted, gets entire quoted string.

Public function Static

bool

 

Token

(
    const TCHAR*& Str,
    TCHAR* Result,
    int32 MaxLen,
    bool UseEscape
)

Grabs the next space-delimited string from the input stream. If quoted, gets entire quoted string.

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