Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/WriteVarUInt
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/VarInt.h |
| Include | #include "Serialization/VarInt.h" |
uint32 WriteVarUInt
(
uint32 InValue,
void * OutData
)
Remarks
Write a variable-length unsigned integer. The number of bytes used in the output.
Parameters
| Name | Description |
|---|---|
| InValue | An unsigned integer to encode. |
| OutData | A buffer of at least 5 bytes to write the output to. |