FArchiveStackTrace::GenerateDiffMap

Generates a map of all differences between the package on disk and this file.

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

bool GenerateDiffMap
(
    const TCHAR * InFilename,
    int64 TotalHeaderSize,
    int32 MaxDiffsToFind,
    FArchiveDiffMap & OutDiffMap
)

Remarks

Generates a map of all differences between the package on disk and this file.

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