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 FCbObject :
public TCbBuffer< FCbObjectView >,
public TCbBufferFactory< FCbObject, FCbObjectView >
An object that includes a shared buffer for the memory that contains it.
Name | Description | ||
---|---|---|---|
|
AsField() |
Access the object as an object field. |
|
|
AsField() |
||
|
Find ( |
Find a field by case-sensitive name comparison. |
|
|
FindIgnoreCase ( |
Find a field by case-insensitive name comparison. |
|
|
FCompositeBu... |
GetBuffer() |
Returns a buffer that contains the object as it would be serialized by CopyTo. |
Name | Description | ||
---|---|---|---|
|
operator[] ( |
Find a field by case-sensitive name comparison. |