Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICookedPackageWriter
Description
Report commit status for the given package. If cooking incrementally, this reports the status from a previous cook if it has not yet been committed in the current cook.
| Name | GetCommitStatus |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
ECommitStatus GetCommitStatus
(
FName PackageName
)