MeasureVarInt

Overload list

Windows
MacOS
Linux
Name Description

Public function

uint32

 

MeasureVarInt

(
    const void* InData
)

Measure the length in bytes (1-9) of an encoded variable-length integer.

Public function

uint32

 

MeasureVarInt

(
    int32 InValue
)

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

Public function

uint32

 

MeasureVarInt

(
    int64 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