![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CompactBinary.h>
Inheritance diagram for FCbObject:An object that includes a shared buffer for the memory that contains it.
|
inline |
|
inline |
Access the object as an object field.
|
inline |
Find a field by case-sensitive name comparison.
|
inline |
Find a field by case-insensitive name comparison.
| FCompositeBuffer FCbObject::GetBuffer | ( | ) | const |
Returns a buffer that contains the object as it would be serialized by CopyTo.
|
inline |
Find a field by case-sensitive name comparison.
|
default |
Construct a default value.
|
inline |
Construct a value that holds a reference to the buffer that contains it.
|
inline |
Construct a value that holds a reference to the buffer of the outer that contains it.
|
inlineexplicit |
Construct a value from a pointer to its data and an optional externally-provided type.
| ValueBuffer | A buffer that exactly contains the value. |
| Type | HasFieldType means that ValueBuffer contains the type. Otherwise, use the given type. |