![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Net |
Functions | |
| bool | UE::Net::WriteQuantizedVector (int32 Scale, const FVector3d &Value, FArchive &Ar) |
| bool | UE::Net::WriteQuantizedVector (int32 Scale, const FVector3f &Value, FArchive &Ar) |
| bool | UE::Net::ReadQuantizedVector (int32 Scale, FVector3d &Value, FArchive &Ar) |
| bool | UE::Net::ReadQuantizedVector (int32 Scale, FVector3f &Value, FArchive &Ar) |
| FVector3d | UE::Net::QuantizeVector (const int32 Scale, const FVector3d &Value) |
| FVector3f | UE::Net::QuantizeVector (const int32 Scale, const FVector3f &Value) |
| template<int32 Scale> | |
| bool | UE::Net::SerializeQuantizedVector (FVector &Value, FArchive &Ar) |