TCbWriter

A writer for compact binary object, arrays, and fields that uses a fixed-size stack buffer.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FCbWriter

TCbWriter

References

Module

Core

Header

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

Include

#include "Serialization/CompactBinaryWriter.h"

Syntax

template<uint32 InlineBufferSize>
class TCbWriter : public FCbWriter

Remarks

A writer for compact binary object, arrays, and fields that uses a fixed-size stack buffer.

Constructors

Name Description

Public function

TCbWriter()

Public function

TCbWriter

(
    const TCbWriter&
)

Operators

Name Description

Public function

TCbWriter &

 

operator=

(
    const TCbWriter&
)

See Also