Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPackageWriter
Description
Mark the beginning of a package store transaction for the specified package
This must be called before any data is produced for a given package
| Name | BeginPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
void BeginPackage
(
const FBeginPackageInfo & Info
)