Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FBlueprintDifferenceTreeEntry |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DiffUtils.h |
| Include Path | #include "DiffUtils.h" |
Syntax
class FBlueprintDifferenceTreeEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlueprintDifferenceTreeEntry
(
FOnDiffEntryFocused InOnFocus, |
DiffUtils.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FBlueprintDifferenceTreeEntry() |
DiffUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedPtr< FBlueprintDifferenceTreeEntry > > | DiffUtils.h | ||
| GenerateWidget | FGenerateDiffEntryWidget | DiffUtils.h | ||
| OnFocus | FOnDiffEntryFocused | DiffUtils.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FBlueprintDifferenceTreeEntry > CreateCategoryEntry
(
const FText& LabelText, |
Create category message for the diff UI | DiffUtils.h | |
static TSharedPtr< FBlueprintDifferenceTreeEntry > CreateCategoryEntryForMerge
(
const FText& LabelText, |
Create category message for the merge UI | DiffUtils.h | |
static TSharedPtr< FBlueprintDifferenceTreeEntry > NoDifferencesEntry() |
Displays message to user saying there are no differences | DiffUtils.h | |
static TSharedPtr< FBlueprintDifferenceTreeEntry > UnknownDifferencesEntry() |
Displays message to user warning that there may be undetected differences | DiffUtils.h |