FBitReader::SerializeIntPacked

Packs int value into bytes of 7 bits with 8th bit for 'more'

Windows
MacOS
Linux

Override Hierarchy

FArchive::SerializeIntPacked()

FBitReader::SerializeIntPacked()

References

Module

Core

Header

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

Include

#include "Serialization/BitReader.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/BitReader.cpp

Syntax

virtual void SerializeIntPacked
(
    uint32 & Value
)

Remarks

Packs int value into bytes of 7 bits with 8th bit for 'more'

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