Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include | #include "Internationalization/Text.h" |
Syntax
struct FNumberFormattingOptions
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | AlwaysSign | |
![]() |
int32 | MaximumFractionalDigits | |
![]() |
int32 | MaximumIntegralDigits | |
![]() |
int32 | MinimumFractionalDigits | |
![]() |
int32 | MinimumIntegralDigits | |
![]() |
ERoundingMode | RoundingMode | |
![]() |
bool | UseGrouping |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FNumberFormattingOptions & | Get the default number formatting options with grouping disabled | |
![]() ![]() |
const FNumberFormattingOptions & | Get the default number formatting options with grouping enabled | |
![]() ![]() |
bool | IsIdentical
(
const FNumberFormattingOptions& Other |
Check to see if our formatting options match the other formatting options |
![]() |
FNumberFormattingOptions & | SetAlwaysSign
(
bool InValue |
|
![]() |
FNumberFormattingOptions & | SetMaximumFractionalDigits
(
int32 InValue |
|
![]() |
FNumberFormattingOptions & | SetMaximumIntegralDigits
(
int32 InValue |
|
![]() |
FNumberFormattingOptions & | SetMinimumFractionalDigits
(
int32 InValue |
|
![]() |
FNumberFormattingOptions & | SetMinimumIntegralDigits
(
int32 InValue |
|
![]() |
FNumberFormattingOptions & | SetRoundingMode
(
ERoundingMode InValue |
|
![]() |
FNumberFormattingOptions & | SetUseGrouping
(
bool InValue |