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