Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbObjectView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyTo
(
FMutableMemoryView Buffer |
Copy the object into a buffer of exactly GetSize() bytes, with no name. | Serialization/CompactBinary.h | |
| Copy the object into an archive. This will write GetSize() bytes, with no name. | Serialization/CompactBinary.h |
CopyTo(FMutableMemoryView)
Description
Copy the object into a buffer of exactly GetSize() bytes, with no name.
| Name | CopyTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
void CopyTo
(
FMutableMemoryView Buffer
) const
CopyTo(FArchive &)
Description
Copy the object into an archive. This will write GetSize() bytes, with no name.
| Name | CopyTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
void CopyTo
(
FArchive & Ar
) const