UE::String::ParseTokens

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

UE::String::ParseTokens

(
    const FStringView& View,
    const FStringView& Delimiter,
    TFunctionRef< void)> Vi...
)

Visit every token in the input view as separated by the delimiter.

Public function

void

 

UE::String::ParseTokens

(
    const FStringView& View,
    TCHAR Delimiter,
    TFunctionRef< void)> Vi...
)

Visit every token in the input view as separated by the delimiter.

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