Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Int to String' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rig VMFunction Math Int to String |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Number | |
| integer | Padded Size | For positive numbers you can pad the result to a required with so rather than '13' return '00013' for a padded size of 5. |
| string | Result |