Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/TNumericUnitTypeInterface
Description
Set up this interface to use a fixed display unit, calculated based on the specified value. For example, if underlying units are cm/s, but the provided value is over 100, it will use m/s instead.
| Name | SetupFixedDisplay |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h |
| Include Path | #include "Widgets/Input/NumericTypeInterface.h" |
| Source | /Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericUnitTypeInterface.inl |
void SetupFixedDisplay
(
const NumericType & InValue
)