|
| template<int32 MaxValue, uint32 NumBits, typename T UE_REQUIRES> |
| bool | ToCompressedFloat (const T InValue, uint32 &OutCompressedFloat) |
| |
| template<int32 MaxValue, uint32 NumBits, typename T UE_REQUIRES> |
| bool | FromCompressedFloat (const uint32 InCompressed, T &OutValue) |
| |
| template<int32 MaxValue, uint32 NumBits, typename T UE_REQUIRES> |
| bool | WriteCompressedFloat (const T Value, FArchive &Ar) |
| |
| template<int32 MaxValue, uint32 NumBits, typename T UE_REQUIRES> |
| bool | ReadCompressedFloat (T &Value, FArchive &Ar) |
| |
| template<int32 MaxValue, uint32 NumBits> |
| bool | SerializeFixedFloat (double &InOutValue, FArchive &Ar) |
| |
| template<int32 MaxValue, uint32 NumBits, typename T UE_REQUIRES> |
| void | QuantizeValue (T &Value) |
| |
| template<int32 MaxValue, uint32 NumBits, typename T UE_REQUIRES> |
| bool | QuantizedIsNearlyEqual (const T &Left, const T &Right) |
| |