Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
Inheritance Hierarchy
- TCbBuffer
- TCbBufferFactory
- FCbObject
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include | #include "Serialization/CompactBinary.h" |
Syntax
class FCbObject :
public TCbBuffer< FCbObjectView > ,
public TCbBufferFactory< FCbObject, FCbObjectView >
Remarks
An object that includes a shared buffer for the memory that contains it.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCbField | AsField () |
Access the object as an object field. | |
| FCbField | AsField () |
||
| FCbField | Find
(
FUtf8StringView Name |
Find a field by case-sensitive name comparison. | |
| FCbField | FindIgnoreCase
(
FUtf8StringView Name |
Find a field by case-insensitive name comparison. | |
| FCompositeBuffer | GetBuffer () |
Returns a buffer that contains the object as it would be serialized by CopyTo. | |
TCbBuffer () |
Construct a default value. | ||
TCbBuffer
(
FSharedBuffer ValueBuffer, |
Construct a value from a pointer to its data and an optional externally-provided type. | ||
TCbBuffer
(
const ViewType& Value, |
Construct a value that holds a reference to the buffer that contains it. | ||
| Construct a value that holds a reference to the buffer of the outer that contains it. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FCbField | operator[]
(
FUtf8StringView Name |
Find a field by case-sensitive name comparison. |