Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCbBufferFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Type Clone
(
const void*const Data |
Construct a value from an owned clone of its memory. | Serialization/CompactBinary.h | |
static Type Clone
(
const ViewType& Value |
Construct a value from an owned clone of its memory. | Serialization/CompactBinary.h |
Clone(const void *const)
Description
Construct a value from an owned clone of its memory.
| Name | Clone |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
static Type Clone
(
const void *const Data
)
Clone(const ViewType &)
Description
Construct a value from an owned clone of its memory.
| Name | Clone |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
static Type Clone
(
const ViewType & Value
)