Navigation
API > API/Runtime > API/Runtime/Core
Struct containing hashes computed during cooked package writing.
| Name | FPackageHashes |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
Syntax
struct FPackageHashes : public FThreadSafeRefCountedObject
Inheritance Hierarchy
- TTransactionalAtomicRefCount → FThreadSafeRefCountedObject → FPackageHashes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChunkHashes | TMap< FIoChunkId, FIoHash > | Hashes for each chunk saved by the package. | Serialization/PackageWriter.h | |
| CompletionFuture | TFuture< int > | A Future that is triggered after all packages have been stored on *this. | Serialization/PackageWriter.h | |
| PackageHash | FMD5Hash | This is a hash representing the entire package. | Serialization/PackageWriter.h |