FArchiveDiffStats

Structure that holds stats from comparing two packages

Windows
MacOS
Linux

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

Name Description

Public variable

int64

 

DiffSize

Size of all of the differences between two packages

Public variable

int64

 

NewFileTotalSize

Size of the new package file

Public variable

int64

 

NumDiffs

Number of differences between two packages

Public variable

int64

 

OriginalFileTotalSize

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

Constructors

Name Description

Public function

FArchiveDiffStats()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss