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