Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICookedPackageWriter
Description
Callback is called for every cross product pair of PackageNames X AttachmentKeys. The Attachment object passed to the callback is empty if not found.
| Name | GetOplogAttachments |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
void GetOplogAttachments
(
TArrayView < FName > PackageNames,
TArrayView < FUtf8StringView > AttachmentKeys,
TUniqueFunction < void PackageName, FUtf8StringView AttachmentKey, FCbObject &&Attachment)> && Callback
)