Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveStackTrace.h |
| Include | #include "Serialization/ArchiveStackTrace.h" |
Syntax
struct FArchiveDiffStats
Remarks
Structure that holds stats from comparing two packages
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | DiffSize | Size of all of the differences between two packages | |
| int64 | NewFileTotalSize | Size of the new package file | |
| int64 | NumDiffs | Number of differences between two packages | |
| int64 | OriginalFileTotalSize | Size of the source package file (the one we compared against) |
Constructors
| Type | Name | Description | |
|---|---|---|---|