Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbPackage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 RemoveAttachment
(
const FIoHash& Hash |
Remove an attachment by hash. | Serialization/CompactBinaryPackage.h | |
int32 RemoveAttachment
(
const FCbAttachment& Attachment |
Serialization/CompactBinaryPackage.h |
RemoveAttachment(const FIoHash &)
Description
Remove an attachment by hash.
| Name | RemoveAttachment |
| 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 |
int32 RemoveAttachment
(
const FIoHash & Hash
)
Number of attachments removed, which will be either 0 or 1.
RemoveAttachment(const FCbAttachment &)
| Name | RemoveAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
int32 RemoveAttachment
(
const FCbAttachment & Attachment
)