Format Large Number
PureFormatLargeNumberFormats large numbers with suffixes (1.5K, 2.3M, 1.0B).
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Value | float | — | Value parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Display score/currency in a compact format.
Example 2
Show damage numbers in an abbreviated form.