Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/VarInt.h |
| Include | #include "Serialization/VarInt.h" |
int64 ReadVarInt
(
const void * InData,
uint32 & OutByteCount
)
Remarks
Read a variable-length signed integer. A signed integer.
Parameters
| Name | Description |
|---|---|
| InData | A variable-length encoding of a signed integer. |
| OutByteCount | The number of bytes consumed from the input. |