Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCbFieldIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyRangeTo
(
FMutableMemoryView Buffer |
Copy the field range into a buffer of exactly GetRangeSize() bytes. | Serialization/CompactBinary.h | |
void CopyRangeTo
(
FArchive& Ar |
Copy the field range into an archive, as if calling CopyTo on every field. | Serialization/CompactBinary.h |
CopyRangeTo(FMutableMemoryView)
Description
Copy the field range into a buffer of exactly GetRangeSize() bytes.
| Name | CopyRangeTo |
| 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 CopyRangeTo
(
FMutableMemoryView Buffer
) const
CopyRangeTo(FArchive &)
Description
Copy the field range into an archive, as if calling CopyTo on every field.
| Name | CopyRangeTo |
| 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 CopyRangeTo
(
FArchive & Ar
) const