Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbPackage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FCbAttachment * FindAttachment
(
const FIoHash& Hash |
Find an attachment by its hash. | Serialization/CompactBinaryPackage.h | |
const FCbAttachment * FindAttachment
(
const FCbAttachment& Attachment |
Find an attachment if it exists in the package. | Serialization/CompactBinaryPackage.h |
FindAttachment(const FIoHash &)
Description
Find an attachment by its hash.
The returned pointer is only valid until the attachments on this package are modified.
| Name | FindAttachment |
| 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 |
const FCbAttachment * FindAttachment
(
const FIoHash & Hash
) const
The attachment, or null if the attachment is not found.
FindAttachment(const FCbAttachment &)
Description
Find an attachment if it exists in the package.
| Name | FindAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
const FCbAttachment * FindAttachment
(
const FCbAttachment & Attachment
) const