ParseIntoArray

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

int32

 

ParseIntoArray

(
    TArray< FString >& OutArray,
    const TCHAR* pchDelim,
    bool InCullEmpty
)

Breaks up a delimited string into elements of a string array.

Public function Const

int32

 

ParseIntoArray

(
    TArray< FString >& OutArray,
    const TCHAR*const* DelimA...,
    int32 NumDelims,
    bool InCullEmpty
)

Breaks up a delimited string into elements of a string array, using the given delimiters

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