Ark Server API (ASA) - Wiki
|
Classes | |
struct | FQuantizationInfo |
Find the common quantization factor for the specified angular unit. Quantizes to Degrees.
Find the common quantization factor for the specified data size unit. Quantizes to MB.
Find the common quantization factor for the specified distance unit. Quantizes to Meters.
Find the common quantization factor for the specified force unit. Quantizes to Newtons.
Find the common quantization factor for the specified frequency unit. Quantizes to KHz.
CORE_API TOptional< const TArray< FQuantizationInfo > * > UnitConversion::GetQuantizationBounds | ( | EUnit | Unit | ) |
Find the quantization bounds for the specified unit, if any
Find the common quantization factor for the specified mass unit. Quantizes to Grams.
Find the common quantization factor for the specified speed unit. Quantizes to km/h.
Find the common quantization factor for the specified temperature unit. Quantizes to Kelvin.
Find the common quantization factor for the specified time unit. Quantizes to hours.
CORE_API TValueOrError< FNumericUnit< double >, FText > UnitConversion::TryParseExpression | ( | const TCHAR * | InExpression, |
EUnit | DefaultUnit, | ||
const FNumericUnit< double > & | InExistingValue ) |
Attempt to parse an expression into a numeric unit