Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include |
#include "Internationalization/Text.h" |
struct FNumberFormattingOptions
Name | Description | |
---|---|---|
|
FNumberFormattingOptions() |
Name | Description | ||
---|---|---|---|
|
const FNumbe... |
DefaultNoGrouping() |
Get the default number formatting options with grouping disabled |
|
const FNumbe... |
DefaultWithGrouping() |
Get the default number formatting options with grouping enabled |
|
IsIdentical ( |
Check to see if our formatting options match the other formatting options |
|
|
FNumberForma... |
SetAlwaysSign ( |
|
|
FNumberForma... |
SetMaximumFractionalDigits ( |
|
|
FNumberForma... |
SetMaximumIntegralDigits ( |
|
|
FNumberForma... |
SetMinimumFractionalDigits ( |
|
|
FNumberForma... |
SetMinimumIntegralDigits ( |
|
|
FNumberForma... |
SetRoundingMode ( |
|
|
FNumberForma... |
SetUseGrouping ( |