Navigation
API > API/Runtime > API/Runtime/Core > API/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. |