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