Navigation
API > API/Runtime > API/Runtime/Core
Rules used to format or parse a decimal number
| Name | FDecimalNumberFormattingRules |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h |
| Include Path | #include "Internationalization/FastDecimalFormat.h" |
Syntax
struct FDecimalNumberFormattingRules
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDecimalNumberFormattingRules() |
Internationalization/FastDecimalFormat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CultureDefaultFormattingOptions | FNumberFormattingOptions | Default number formatting options for a given culture | Internationalization/FastDecimalFormat.h | |
| DecimalSeparatorCharacter | TCHAR | Internationalization/FastDecimalFormat.h | ||
| DigitCharacters | TCHAR | Internationalization/FastDecimalFormat.h | ||
| GroupingSeparatorCharacter | TCHAR | Internationalization/FastDecimalFormat.h | ||
| MinimumGroupingDigits | uint8 | Internationalization/FastDecimalFormat.h | ||
| MinusString | FString | Internationalization/FastDecimalFormat.h | ||
| NaNString | FString | Number formatting rules, typically extracted from the ICU decimal formatter for a given culture | Internationalization/FastDecimalFormat.h | |
| NegativePrefixString | FString | Internationalization/FastDecimalFormat.h | ||
| NegativeSuffixString | FString | Internationalization/FastDecimalFormat.h | ||
| PlusString | FString | Internationalization/FastDecimalFormat.h | ||
| PositivePrefixString | FString | Internationalization/FastDecimalFormat.h | ||
| PositiveSuffixString | FString | Internationalization/FastDecimalFormat.h | ||
| PrimaryGroupingSize | uint8 | Internationalization/FastDecimalFormat.h | ||
| SecondaryGroupingSize | uint8 | Internationalization/FastDecimalFormat.h |