FBitReader::AppendDataFromChecked

This appends data from another BitReader.

Windows
MacOS
Linux

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

void AppendDataFromChecked
(
    FBitReader & Src
)

Remarks

This appends data from another BitReader. It checks that this bit reader is byte-aligned so it can just do a TArray::Append instead of a bitcopy. It is intended to be used by performance minded code that wants to ensure an appBitCpy is avoided.

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