Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbObject > API/Runtime/Core/Serialization/FCbObject/TCbBuffer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include | #include "Serialization/CompactBinary.h" |
TCbBuffer
(
FSharedBuffer ValueBuffer,
ECbFieldType Type
)
Remarks
Construct a value from a pointer to its data and an optional externally-provided type.
Parameters
| Name | Description |
|---|---|
| ValueBuffer | A buffer that exactly contains the value. |
| Type | HasFieldType means that ValueBuffer contains the type. Otherwise, use the given type. |