![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FQuantizedData |
Public Types | |
| enum | EQuantizedFlags : uint32 { XIsNotZero = 1U , YIsNotZero = XIsNotZero << 1U , ZIsNotZero = YIsNotZero << 1U , XIsNegative = ZIsNotZero << 1U , YIsNegative = XIsNegative << 1U , ZIsNegative = YIsNegative << 1U , WIsNegative = ZIsNegative << 1U } |
| using | FloatType = decltype(T::X) |
| using | UintType = typename TUnsignedIntType< sizeof(FloatType)>::Type |
| typedef T | SourceType |
| typedef FQuantizedData | QuantizedType |
Static Public Member Functions | |
| static void | Serialize (FNetSerializationContext &, const FNetSerializeArgs &Args) |
| static void | Deserialize (FNetSerializationContext &, const FNetDeserializeArgs &Args) |
| static void | Quantize (FNetSerializationContext &, const FNetQuantizeArgs &Args) |
| static void | Dequantize (FNetSerializationContext &, const FNetDequantizeArgs &Args) |
| static bool | IsEqual (FNetSerializationContext &, const FNetIsEqualArgs &Args) |
| static bool | Validate (FNetSerializationContext &, const FNetValidateArgs &Args) |
| using UE::Net::Private::FUnitQuatNetSerializerBase< T >::FloatType = decltype(T::X) |
| typedef FQuantizedData UE::Net::Private::FUnitQuatNetSerializerBase< T >::QuantizedType |
| typedef T UE::Net::Private::FUnitQuatNetSerializerBase< T >::SourceType |
| using UE::Net::Private::FUnitQuatNetSerializerBase< T >::UintType = typename TUnsignedIntType<sizeof(FloatType)>::Type |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |