Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FLinkerDiff |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerDiff.h |
| Include Path | #include "UObject/LinkerDiff.h" |
Syntax
class FLinkerDiff
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExportDiffs | TArray< FString > | UObject/LinkerDiff.h | ||
| GatherableTextDataDiffs | TArray< FString > | UObject/LinkerDiff.h | ||
| ImportDiffs | TArray< FString > | UObject/LinkerDiff.h | ||
| NameMapDiffs | TArray< FString > | UObject/LinkerDiff.h | ||
| PackageName | FString | Array of diffs. | UObject/LinkerDiff.h | |
| SearchableNameDiffs | TArray< FString > | UObject/LinkerDiff.h | ||
| SoftPackageReferenceDiffs | TArray< FString > | UObject/LinkerDiff.h | ||
| SummaryDiffs | TArray< FString > | UObject/LinkerDiff.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasDiffs() |
UObject/LinkerDiff.h | ||
void PrintDiff
(
FOutputDevice& Ar |
UObject/LinkerDiff.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FLinkerDiff CompareLinkers
(
FLinker* LHSLinker, |
UObject/LinkerDiff.h |