Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include | #include "Internationalization/Text.h" |
Syntax
struct FNumberParsingOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | InsideLimits | The number needs to be representable inside its type limits to be considered valid. | |
| bool | UseClamping | Clamp the parsed value to its type limits. | |
| bool | UseGrouping |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FNumberParsingOptions & | Get the default number parsing options with grouping disabled | ||
| const FNumberParsingOptions & | Get the default number parsing options with grouping enabled | ||
| bool | IsIdentical
(
const FNumberParsingOptions& Other |
Check to see if our parsing options match the other parsing options | |
| FNumberParsingOptions & | SetInsideLimits
(
bool InValue |
||
| FNumberParsingOptions & | SetUseClamping
(
bool InValue |
||
| FNumberParsingOptions & | SetUseGrouping
(
bool InValue |