This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
Converts an integer number to a string with padding
Information
| Plugin | RigVM |
| Category | Core|String |
| Tags | FromInt,Number,LeadingZeroes |
| Type | FRigVMFunction_StringPadInteger |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input number to convert to a string (for example 4) | int32 | 0 |
| Digits | The number of digits in total to use (for example 3) | int32 | 4 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting string representing the padded integer (for example '004') | FString |