Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/BitWriter.h |
Include | #include "Serialization/BitWriter.h" |
Syntax
struct FBitWriterMark
Remarks
For pushing and popping FBitWriter positions.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FBitWriterMark
(
FBitWriter& Writer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Copy
(
FBitWriter& Writer, |
Copies the last section into a buffer. |
![]() ![]() |
int64 | GetNumBits () |
|
![]() |
void | Init
(
FBitWriter& Writer |
|
![]() |
void | Pop
(
FBitWriter& Writer |
|
![]() |
void | PopWithoutClear
(
FBitWriter& Writer |
Pops the BitWriter back to the start but doesn't clear what was written. |
![]() |
void | Reset () |