Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbPackage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddAttachment
(
const FCbAttachment& Attachment |
Add the attachment to this package. | Serialization/CompactBinaryPackage.h | |
void AddAttachment
(
const FCbAttachment& Attachment, |
Add the attachment to this package, along with any references that can be resolved. | Serialization/CompactBinaryPackage.h | |
void AddAttachment
(
const FCbAttachment& Attachment, |
Serialization/CompactBinaryPackage.h |
AddAttachment(const FCbAttachment &)
Description
Add the attachment to this package.
| Name | AddAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
void AddAttachment
(
const FCbAttachment & Attachment
)
AddAttachment(const FCbAttachment &, FAttachmentResolver)
Description
Add the attachment to this package, along with any references that can be resolved.
| Name | AddAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
void AddAttachment
(
const FCbAttachment & Attachment,
FAttachmentResolver Resolver
)
AddAttachment(const FCbAttachment &, FAttachmentResolver *)
| Name | AddAttachment |
| 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 AddAttachment
(
const FCbAttachment & Attachment,
FAttachmentResolver * Resolver
)