Navigation
Unreal Engine Blueprint API Reference > Utilities > Text
Converts a passed in double to text based on formatting options
Target is Kismet Text Library
Inputs
Type | Name | Description |
---|---|---|
real | 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 |
Outputs
Type | Name | Description |
---|---|---|
text | Return Value | Converts a passed in double to text based on formatting options |