Format Currency

Pure
FormatCurrency

Formats 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

NameTypeDefaultDescription
ValuefloatValue parameter
CurrencySymbolFString'$'CurrencySymbol parameter
DecimalPlacesint2DecimalPlaces parameter

Outputs

NameTypeDescription
ReturnValueFStringReturnValue output

Example Use Cases

Example 1

Display shop item prices.

Example 2

Show player wallet balance.