Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/ICookedPackageWriter
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include | #include "Serialization/PackageWriter.h" |
void BeginCook
(
const FCookInfo & Info
)
Remarks
Signal the start of a cooking pass
Package data may only be produced after BeginCook() has been called and before EndCook() is called