Navigation
API > API/Runtime > API/Runtime/Slate
Default numeric type interface
| |
|
| Name |
TDefaultNumericTypeInterface |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h |
| Include Path |
#include "Widgets/Input/NumericTypeInterface.h" |
Syntax
template<typename NumericType>
struct TDefaultNumericTypeInterface : public INumericTypeInterface< NumericType >
Implements Interfaces
Derived Classes
Constants
| Name |
Type |
Remarks |
Include Path |
| DefaultIndicateNearlyInteger |
const bool |
The default indicate nearly integer |
Widgets/Input/NumericTypeInterface.h |
| DefaultMaxFractionalDigits |
const int16 |
The default maximum fractional digits |
Widgets/Input/NumericTypeInterface.h |
| DefaultMinFractionalDigits |
const int16 |
The default minimum fractional digits |
Widgets/Input/NumericTypeInterface.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIndicateNearlyInteger |
bool |
True implies indicate when a value is displayed as rounded via '...' |
Widgets/Input/NumericTypeInterface.h |
|
| MaxFractionalDigits |
int16 |
The current maximum fractional digits |
Widgets/Input/NumericTypeInterface.h |
|
| MinFractionalDigits |
int16 |
The current minimum fractional digits |
Widgets/Input/NumericTypeInterface.h |
|
Functions