Navigation
API > API/Developer > API/Developer/IoStoreUtilities > API/Developer/IoStoreUtilities/FZenStoreWriter
- ICookedPackageWriter::GetPackageHashes()
- FZenStoreWriter::GetPackageHashes()
References
| Module | IoStoreUtilities |
| Header | /Engine/Source/Developer/IoStoreUtilities/Public/ZenStoreWriter.h |
| Include | #include "ZenStoreWriter.h" |
virtual TMap< FName, TRefCountPtr< FPackageHashes > > & GetPackageHashes&40;&41;
Remarks
Cooked package writers asynchronously hash the chunks for each package after CommitPackage. Once cooking has completed, use this to acquire the results. This is synced using void UPackage::WaitForAsyncFileWrites() - do not access the results before that completes. Non-const so that the cooking process can Move the map of hashes.