Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookArtifact
Description
Called once at the end of a cook session (CookByTheBookFinished). Contribute global cook metadata by calling Context.AppendOp
Allows additional attachments to be added to the oplog.
| Name | StoreDataInOplog |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
virtual void StoreDataInOplog
(
Artifact::FStoreDataInOplogContext & Context
)