Parse Into Array

Parse Into Array

Windows
MacOS
Linux

Gets an array of strings from a source string divided up by a separator and empty strings can optionally be culled.

Target is Kismet String Library

Parse Into Array
Source String
Delimiter
Cull Empty Strings
Return Value

Inputs

Source String
String

The string to chop up

Delimiter
String

The string to delimit on

Cull Empty Strings
Boolean

= true - Cull (true) empty strings or add them to the array (false)

Outputs

Return Value
Array of Strings

The array of string that have been separated

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