Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h |
Include |
#include "Widgets/Input/NumericTypeInterface.h" |
template<typename NumericType>
struct INumericTypeInterface
Interface to provide specific functionality for dealing with a numeric type. Currently includes string conversion functionality.
Name | Description | |
---|---|---|
|
~INumericTypeInterface() |
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 |