Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
| Type | Name | Description | |
|---|---|---|---|
| uint32 | MeasureVarUInt
(
const void* InData |
Variable-Length Integer Encoding | |
| uint32 | MeasureVarUInt
(
uint32 InValue |
Measure the number of bytes (1-5) required to encode the 32-bit input. | |
| uint32 | MeasureVarUInt
(
uint64 InValue |
Measure the number of bytes (1-9) required to encode the 64-bit input. |