Format Number For Display

Pure
FormatNumberForDisplay

Formats a number with optional decimal places and thousand separators.

Type: Pure (no side effects)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers

Inputs

NameTypeDefaultDescription
ValuefloatValue parameter
DecimalPlacesint0DecimalPlaces parameter
bUseGroupingbooltruebUseGrouping parameter

Outputs

NameTypeDescription
ReturnValueFStringReturnValue output

Example Use Cases

Example 1

Display '1,234,567' for a score.

Example 2

Show '$42.50' for a price.