Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbAttachment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Save the attachment into the writer as a stream of compact binary fields. | Serialization/CompactBinaryPackage.h | ||
| Save the attachment into the archive as a stream of compact binary fields. | Serialization/CompactBinaryPackage.h |
Save(FCbWriter &)
Description
Save the attachment into the writer as a stream of compact binary fields.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinaryPackage.cpp |
void Save
(
FCbWriter & Writer
) const
Save(FArchive &)
Description
Save the attachment into the archive as a stream of compact binary fields.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinaryPackage.cpp |
void Save
(
FArchive & Ar
) const