MeasureVarUInt

Overload list

Windows
MacOS
Linux
Name Description

Public function

uint32

 

MeasureVarUInt

(
    const void* InData
)

Variable-Length Integer Encoding

Public function

uint32

 

MeasureVarUInt

(
    uint32 InValue
)

Measure the number of bytes (1-5) required to encode the 32-bit input.

Public function

uint32

 

MeasureVarUInt

(
    uint64 InValue
)

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