![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| int64 | ReadVarIntFromArchive (FArchive &Ar) |
| void | WriteVarIntToArchive (FArchive &Ar, int64 Value) |
| void | SerializeVarInt (FArchive &Ar, int64 &Value) |
| uint64 | ReadVarUIntFromArchive (FArchive &Ar) |
| void | WriteVarUIntToArchive (FArchive &Ar, uint64 Value) |
| void | SerializeVarUInt (FArchive &Ar, uint64 &Value) |