Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Middle' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rig VMFunction String Middle |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Value | |
| integer | Start | the index of the first character |
| integer | Count | if count is set to -1 all character from Start will be returned |
| string | Result |