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