FVariablePrecisionNumericInterface

Allow more precision as the numbers get closer to zero

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

TDefaultNumericTypeInterface

TDefaultNumericTypeInterface

FVariablePrecisionNumericInterface

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/VariablePrecisionNumericInterface.h

Include

#include "VariablePrecisionNumericInterface.h"

Syntax

struct FVariablePrecisionNumericInterface :
    public TDefaultNumericTypeInterface< float >,
    public TDefaultNumericTypeInterface< float >

Remarks

Allow more precision as the numbers get closer to zero

Taken from PropertyEditor/VariablePrecisionNumericInterface.h Allow more precision as the numbers get closer to zero

Constructors

Overridden from INumericTypeInterface

Name Description

Public function Virtual Const

FString

 

ToString

(
    const float& Value
)

Convert the type to/from a string

Public function Virtual Const

FString

 

ToString

(
    const float& Value
)

Convert the type to/from a string