FQuantizationInfo

Structure used to define the factor required to get from one unit type to the next.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl

Include

#include "Math/UnitConversion.inl"

Syntax

struct FQuantizationInfo

Remarks

Structure used to define the factor required to get from one unit type to the next.

Variables

Name Description

Public variable

float

 

Factor

The factor by which to multiply to get to the next unit in this range

Public variable

EUnit

 

Units

The unit to which this factor applies

Constructors

Name Description

Public function

FQuantizationInfo

(
    EUnit InUnit,
    float InFactor
)

Constructor

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