Format Currency
PureFormatCurrencyFormats a value as currency with a symbol, grouping, and decimal places.
Type: Pure (no side effects)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Value | float | — | Value parameter |
| CurrencySymbol | FString | '$' | CurrencySymbol parameter |
| DecimalPlaces | int | 2 | DecimalPlaces parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Display shop item prices.
Example 2
Show player wallet balance.