MeasureVarUInt

Measure the number of bytes (1-9) required to encode the 64-bit input.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/VarInt.h

Include

#include "Serialization/VarInt.h"

Syntax

uint32 MeasureVarUInt
(
    uint64 InValue
)

Remarks

Measure the number of bytes (1-9) required to encode the 64-bit input.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss