Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
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
| Type | Name | Description | |
|---|---|---|---|
| float | Factor | The factor by which to multiply to get to the next unit in this range | |
| EUnit | Units | The unit to which this factor applies |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FQuantizationInfo
(
EUnit InUnit, |
Constructor |