![]() |
Ark Server API (ASA) - Wiki
|
#include <Text.h>
Static Public Member Functions | |
| static const FNumberFormattingOptions & | DefaultWithGrouping () |
| static const FNumberFormattingOptions & | DefaultNoGrouping () |
Public Attributes | |
| bool | AlwaysSign |
| bool | UseGrouping |
| ERoundingMode | RoundingMode |
| int32 | MinimumIntegralDigits |
| int32 | MaximumIntegralDigits |
| int32 | MinimumFractionalDigits |
| int32 | MaximumFractionalDigits |
Friends | |
| void | operator<< (FStructuredArchive::FSlot Slot, FNumberFormattingOptions &Value) |
| uint32 | GetTypeHash (const FNumberFormattingOptions &Key) |
| FNumberFormattingOptions::FNumberFormattingOptions | ( | ) |
|
static |
Get the default number formatting options with grouping disabled
|
static |
Get the default number formatting options with grouping enabled
| bool FNumberFormattingOptions::IsIdentical | ( | const FNumberFormattingOptions & | Other | ) | const |
Check to see if our formatting options match the other formatting options
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
Get the hash code to use for the given formatting options
|
friend |
| ERoundingMode FNumberFormattingOptions::RoundingMode |