Ark Server API (ASA) - Wiki
|
Public Member Functions | |
FQuantizationInfo (EUnit InUnit, float InFactor) | |
Public Attributes | |
EUnit | Units |
float | Factor |
Structure used to define the factor required to get from one unit type to the next.
Definition at line 46 of file UnitConversion.inl.
Constructor
Definition at line 54 of file UnitConversion.inl.
float UnitConversion::FQuantizationInfo::Factor |
The factor by which to multiply to get to the next unit in this range
Definition at line 51 of file UnitConversion.inl.
EUnit UnitConversion::FQuantizationInfo::Units |
The unit to which this factor applies
Definition at line 49 of file UnitConversion.inl.