Choose your operating system:
Windows
macOS
Linux
| TCbBuffer | ||
| TCbBufferFactory
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include |
#include "Serialization/CompactBinary.h" |
class FCbField :
public TCbBuffer< FCbFieldView >,
public TCbBufferFactory< FCbField, FCbFieldView >
A field that includes a shared buffer for the memory that contains it.
Name | Description | ||
---|---|---|---|
|
AsArray() |
Access the field as an array. Defaults to an empty array on error. |
|
|
AsArray() |
||
|
FSharedBuffe... |
AsBinary ( |
Access the field as binary. Returns the provided default on error. |
|
FSharedBuffe... |
AsBinary ( |
|
|
AsObject() |
Access the field as an object. Defaults to an empty object on error. |
|
|
AsObject() |
||
|
FCompositeBu... |
GetBuffer() |
Returns a buffer that contains the field as it would be serialized by CopyTo. |