Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbFieldView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyTo
(
FMutableMemoryView Buffer |
Copy the field into a buffer of exactly GetSize() bytes, including the type and name. | Serialization/CompactBinary.h | |
| Copy the field into an archive, including its type and name. | Serialization/CompactBinary.h |
CopyTo(FMutableMemoryView)
Description
Copy the field into a buffer of exactly GetSize() bytes, including the type and 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 field into an archive, including its type and 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