FBitWriterMark::Copy

Copies the last section into a buffer.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/BitWriter.h"

Source

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

Syntax

void Copy
(
    FBitWriter & Writer,
    TArray< uint8 > & Buffer
)

Remarks

Copies the last section into a buffer. Does not clear the FBitWriter like ::Pop does

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