Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FDecimalNumberFractionalLimits |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h |
| Include Path |
#include "Internationalization/FastDecimalFormat.h" |
Syntax
struct FDecimalNumberFractionalLimits
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FDecimalNumberFractionalLimits
(
double InLowest,
double InMax
)
|
|
Internationalization/FastDecimalFormat.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NumericLimitLowest |
double |
|
Internationalization/FastDecimalFormat.h |
|
| NumericLimitMax |
double |
|
Internationalization/FastDecimalFormat.h |
|
Functions
Public
Static