Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'To Integer' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rig VMFunction String to Integer |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Value | |
| boolean | Chop Left | chops non-digit characters from the left of the string |
| boolean | Chop Right | chops non-digit characters from the right of the string |
| integer | Result | |
| boolean | Success |