Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FCbField > 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. |