Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FArchiveStackTrace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsIdentical
(
const TCHAR* InFilename, |
Compares the provided buffer with the given bytes from disk or FPackageData. | Serialization/ArchiveStackTrace.h | |
static bool IsIdentical
(
const FPackageData& SourcePackage, |
Serialization/ArchiveStackTrace.h |
IsIdentical(const TCHAR , int64, const uint8 )
Description
Compares the provided buffer with the given bytes from disk or FPackageData.
| Name | IsIdentical |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveStackTrace.h |
| Include Path | #include "Serialization/ArchiveStackTrace.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveStackTrace.cpp |
static bool IsIdentical
(
const TCHAR * InFilename,
int64 BufferSize,
const uint8 * BufferData
)
IsIdentical(const FPackageData &, int64, const uint8 *)
| Name | IsIdentical |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveStackTrace.h |
| Include Path | #include "Serialization/ArchiveStackTrace.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveStackTrace.cpp |
static bool IsIdentical
(
const FPackageData & SourcePackage,
int64 BufferSize,
const uint8 * BufferData
)