Description
Splits a string into multiple sections given a separator
Information
| Plugin | RigVM |
| Category | Core|String |
| Type | FRigVMFunction_StringSplit |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input string to split up | FString | |
| Separator | The separator to use to split up the input string | FString |