Unreal Engine Blueprint API Reference > Utilities > String
- Pad the right of this string for a specified number of characters *
Target is Kismet String Library
Inputs
Type | Name | Description |
---|---|---|
string | Source String | The string to pad * |
integer | Ch Count | Amount of padding required * |
Outputs
Type | Name | Description |
---|---|---|
string | Return Value | The padded string |