Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCbBufferFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Type MakeView
(
const void*const Data, |
Construct a value from a read-only view of its memory and its optional outer buffer. | Serialization/CompactBinary.h | |
static Type MakeView
(
const ViewType& Value, |
Construct a value from a read-only view of its memory and its optional outer buffer. | Serialization/CompactBinary.h |
MakeView(const void *const, FSharedBuffer)
Description
Construct a value from a read-only view of its memory and its optional outer buffer.
| Name | MakeView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
static Type MakeView
(
const void *const Data,
FSharedBuffer OuterBuffer
)
MakeView(const ViewType &, FSharedBuffer)
Description
Construct a value from a read-only view of its memory and its optional outer buffer.
| Name | MakeView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
static Type MakeView
(
const ViewType & Value,
FSharedBuffer OuterBuffer
)