Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Text
Generate an FText that represents the passed number as a memory size in a specific unit. Use Auto_IEC or Auto_SI to select automatically by magnitude.
Target is Kismet Text Library
Inputs
| Type | Name | Description |
|---|---|---|
| int64 | Num Bytes | |
| enum | Unit | |
| boolean | Use Grouping | |
| integer | Minimum Integral Digits | |
| integer | Maximum Integral Digits | |
| integer | Minimum Fractional Digits | |
| integer | Maximum Fractional Digits |
Outputs
| Type | Name | Description |
|---|---|---|
| text | Return Value |