Unreal Engine Blueprint API Reference > Utilities > Text
Converts a passed in integer to a text formatted as a currency
Target is Kismet Text Library
Inputs
Type | Name | Description |
---|---|---|
integer | Value | |
enum | Rounding Mode | |
boolean | Always Sign | |
boolean | Use Grouping | |
integer | Minimum Integral Digits | |
integer | Maximum Integral Digits | |
integer | Minimum Fractional Digits | |
integer | Maximum Fractional Digits | |
string | Currency Code |
Outputs
Type | Name | Description |
---|---|---|
text | Return Value | Converts a passed in integer to a text formatted as a currency |