TDefaultNumericTypeInterface::SetMinFractionalDigits

Sets the minimum and maximum fractional digits - A minimum greater than 0 will always have that many trailing zeros

Windows
MacOS
Linux

Override Hierarchy

INumericTypeInterface::SetMinFractionalDigits()

TDefaultNumericTypeInterface::SetMinFractionalDigits()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h

Include

#include "Widgets/Input/NumericTypeInterface.h"

Syntax

virtual void SetMinFractionalDigits
(
    const TAttribute< TOptional< int32 >> & NewValue
)

Remarks

Sets the minimum and maximum fractional digits - A minimum greater than 0 will always have that many trailing zeros

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss