Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICookedPackageWriter
Description
Store a value under a given key that can be read during staging and in future incremental cooks. KeyName must not start with /, which identifies packages, and must not equal any existing special op names.
| Name | AppendOp |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
virtual void AppendOp
(
FName KeyName,
FCbObject Payload
)