![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ArchiveStackTrace.h>
Public Member Functions | |
| FArchiveDiffStats () | |
Public Attributes | |
| int64 | DiffSize |
| int64 | NumDiffs |
| int64 | OriginalFileTotalSize |
| int64 | NewFileTotalSize |
Structure that holds stats from comparing two packages
|
inline |
| int64 FArchiveDiffStats::DiffSize |
Size of all of the differences between two packages
| int64 FArchiveDiffStats::NewFileTotalSize |
Size of the new package file
| int64 FArchiveDiffStats::NumDiffs |
Number of differences between two packages
| int64 FArchiveDiffStats::OriginalFileTotalSize |
Size of the source package file (the one we compared against)