FArchiveStackTrace::CompareWith

Compares the contents of this archive with the package on disk. Dumps all differences to log.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveStackTrace.h

Include

#include "Serialization/ArchiveStackTrace.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveStackTrace.cpp

Syntax

void CompareWith
(
    const TCHAR * InFilename,
    const int64 TotalHeaderSize,
    const TCHAR * CallstackCutoffText,
    const int32 MaxDiffsToLog,
    TMap< FName, FArchiveDiffStats > & OutStats
)

Remarks

Compares the contents of this archive with the package on disk. Dumps all differences to log.

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