Navigation
API > API/Runtime > API/Runtime/Core
A writer for compact binary object, arrays, and fields that uses a fixed-size stack buffer.
| |
|
| Name |
TCbWriter |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryWriter.h |
| Include Path |
#include "Serialization/CompactBinaryWriter.h" |
Syntax
template<uint32 InlineBufferSize>
class TCbWriter : public FCbWriter
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Serialization/CompactBinaryWriter.h |
|
|
|
Serialization/CompactBinaryWriter.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Buffer |
uint8 |
Reserve the inline buffer now even though we are unable to use it. |
Serialization/CompactBinaryWriter.h |
|
Functions
Public
Operators
See Also