Navigation
API > API/Runtime > API/Runtime/Core
| Name | FDecimalNumberIntegralLimits |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h |
| Include Path | #include "Internationalization/FastDecimalFormat.h" |
Syntax
struct FDecimalNumberIntegralLimits
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDecimalNumberIntegralLimits
(
int64 InLowest, |
Internationalization/FastDecimalFormat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsNumericSigned | bool | Internationalization/FastDecimalFormat.h | ||
| NumericLimitLowest | int64 | Internationalization/FastDecimalFormat.h | ||
| NumericLimitMax | uint64 | Internationalization/FastDecimalFormat.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDecimalNumberIntegralLimits FromNumericLimits() |
Internationalization/FastDecimalFormat.h |