Break CommonNumberFormattingOptions

Break CommonNumberFormattingOptions

Windows
MacOS
Linux

Adds a node that breaks a 'CommonNumberFormattingOptions' into its member fields

Break CommonNumberFormattingOptions
Common Number Formatting Options
Rounding Mode
Use Grouping
Minimum Integral Digits
0
Maximum Integral Digits
0
Minimum Fractional Digits
0
Maximum Fractional Digits
0

Inputs

Common Number Formatting Options
Common Number Formatting Options Structure (by ref)

Outputs

Rounding Mode
ERoundingMode Enum

The rounding mode to be used when the actual value can not be precisely represented due to restrictions on the number of integral or fractional digits. See values for details.

Use Grouping
Boolean

Should the numerals use group separators. IE: "1,000,000"

Minimum Integral Digits
Integer

How many integral digits should be shown at minimum? May cause digit "padding". IE: A minimum of 3 integral digits means 1.0 -> "001".

Maximum Integral Digits
Integer

How many integral digits should be shown at maximum? May cause rounding. IE: A maximum of 2 integral digits means 100.0 -> "99".

Minimum Fractional Digits
Integer

How many fractional digits should be shown at minimum? May cause digit "padding". IE: A minimum of 2 fractional digits means 1.0 -> "1.00".

Maximum Fractional Digits
Integer

How many fractional digits should be shown at maximum? May cause rounding. IE: HalfFromZero rounding and a maximum of 2 fractional digits means 0.009 -> "0.01".

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss