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