Choose your operating system:
Windows
macOS
Linux
| FArchiveState
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/BitReader.h |
Include |
#include "Serialization/BitReader.h" |
struct FBitReader : public FBitArchive
Reads bitstreams.
Name | Description | |
---|---|---|
|
FBitReader ( |
|
|
FBitReader ( |
|
|
FBitReader |
Name | Description | ||
---|---|---|---|
|
AppendDataFromChecked |
This appends data from another BitReader. |
|
|
AppendDataFromChecked ( |
This appends data from another BitReader. |
|
|
AppendTo |
||
|
CountMemory ( |
Counts the in-memory bytes used by this object |
|
|
EatByteAlign() |
||
|
GetBitsLeft() |
||
|
const TArray... |
GetBuffer() |
|
|
GetBytesLeft() |
||
|
const uint8 ... |
GetData() |
|
|
uint8 * |
GetData() |
|
|
uint8 * |
GetDataPosChecked() |
|
|
GetNumBits() |
||
|
GetNumBytes() |
||
|
GetPosBits() |
||
|
ReadBit() |
||
|
ReadInt ( |
||
|
SetAtEnd() |
Set the stream at the end |
|
|
SetData |
||
|
SetData ( |
||
|
SetData |
||
|
SetOverflowed ( |
Marks this bit reader as overflowed. |
Name | Description | ||
---|---|---|---|
|
SerializeBitsWithOffset |
Name | Description | ||
---|---|---|---|
|
Serialize |
||
|
SerializeBits |
||
|
SerializeInt |
OutValue < ValueMax. |
|
|
SerializeIntPacked ( |
Packs int value into bytes of 7 bits with 8th bit for 'more' |
Name | Description | ||
---|---|---|---|
|
operator= ( |
||
|
operator= ( |