Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
| Type | Name | Description | |
|---|---|---|---|
| uint32 | MeasureVarInt
(
const void* InData |
Measure the length in bytes (1-9) of an encoded variable-length integer. | |
| uint32 | MeasureVarInt
(
int32 InValue |
Measure the number of bytes (1-5) required to encode the 32-bit input. | |
| uint32 | MeasureVarInt
(
int64 InValue |
Measure the number of bytes (1-9) required to encode the 64-bit input. |