Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization
Inheritance Hierarchy
- TCbBuffer
- TCbBufferFactory
- FCbArray
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include | #include "Serialization/CompactBinary.h" |
Syntax
class FCbArray :
public TCbBuffer< FCbArrayView > ,
public TCbBufferFactory< FCbArray, FCbArrayView >
Remarks
An array that includes a shared buffer for the memory that contains it.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FCbField | AsField () |
Access the array as an array field. |
![]() |
FCbField | AsField () |
|
![]() ![]() |
FCompositeBuffer | GetBuffer () |
Returns a buffer that contains the array 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. |