FArchiveStackTrace::IsIdentical

Compares the specified file on disk with the provided buffer

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

static bool IsIdentical
(
    const TCHAR * InFilename,
    int64 BufferSize,
    const uint8 * BufferData
)

Remarks

Compares the specified file on disk with the provided buffer

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