UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FArchiveDiffStats Struct Reference

#include <ArchiveStackTrace.h>

Public Member Functions

 FArchiveDiffStats ()
 

Public Attributes

int64 DiffSize
 
int64 NumDiffs
 
int64 OriginalFileTotalSize
 
int64 NewFileTotalSize
 

Detailed Description

Structure that holds stats from comparing two packages

Constructor & Destructor Documentation

◆ FArchiveDiffStats()

FArchiveDiffStats::FArchiveDiffStats ( )
inline

Member Data Documentation

◆ DiffSize

int64 FArchiveDiffStats::DiffSize

Size of all of the differences between two packages

◆ NewFileTotalSize

int64 FArchiveDiffStats::NewFileTotalSize

Size of the new package file

◆ NumDiffs

int64 FArchiveDiffStats::NumDiffs

Number of differences between two packages

◆ OriginalFileTotalSize

int64 FArchiveDiffStats::OriginalFileTotalSize

Size of the source package file (the one we compared against)


The documentation for this struct was generated from the following file: