Choose your operating system:
Windows
macOS
Linux
| INumericTypeInterface
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h |
Include |
#include "Widgets/Input/NumericTypeInterface.h" |
template<typename NumericType>
struct TDefaultNumericTypeInterface : public INumericTypeInterface< NumericType >
Default numeric type interface
Name | Description | ||
---|---|---|---|
|
TOptional< N... |
FromString ( |
|
|
GetMaxFractionalDigits() |
||
|
GetMinFractionalDigits() |
Gets the minimum and maximum fractional digits. |
|
|
IsCharacterValid ( |
Check whether the typed character is valid |
|
|
SetMaxFractionalDigits ( |
||
|
SetMinFractionalDigits ( |
Sets the minimum and maximum fractional digits - A minimum greater than 0 will always have that many trailing zeros |
|
|
ToString ( |
Convert the type to/from a string |
Name |
Description |
---|---|
DefaultMaxFractionalDigits |
The default maximum fractional digits |
DefaultMinFractionalDigits |
The default minimum fractional digits |