Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICookedPackageWriter
Description
Read Oplog attachments for the given PackageNames in the BaseGame oplog for the current DLC cook. Returns empty objects if current cook is not a DLC cook or the basegame oplog is unavailable. 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 | GetBaseGameOplogAttachments |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
void GetBaseGameOplogAttachments
(
TArrayView < FName > PackageNames,
TArrayView < FUtf8StringView > AttachmentKeys,
TUniqueFunction < void PackageName, FUtf8StringView AttachmentKey, FCbObject &&Attachment)> && Callback
)