Format Bytes
PureFormatBytesFormats a byte count into a human-readable string (e.g., '1.5 GB', '342 KB').
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Bytes | int64 | — | Bytes parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Display save file sizes.
Example 2
Show download progress in human-readable format.