Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Chop' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rig VMFunction String Truncate |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Name | |
| integer | Count | Number of characters to remove from left or right |
| boolean | From End | if set to true the characters will be removed from the end |
| string | Remainder | the part of the string without the chopped characters |
| string | Chopped | the part of the name that has been chopped off |