FBlueprintDifferenceTreeEntry

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/DiffUtils.h

Include

#include "DiffUtils.h"

Syntax

class FBlueprintDifferenceTreeEntry

Variables

Constructors

Name Description

Public function

FBlueprintDifferenceTreeEntry

(
    FOnDiffEntryFocused InOnFocus,
    FGenerateDiffEntryWidget InGenerate...,
    TArray< TSharedPtr< FBlueprintDiffe...
)

Functions

Name Description

Public function Static

TSharedPtr< ...

 

CreateCategoryEntry

(
    const FText& LabelText,
    const FText& ToolTipText,
    FOnDiffEntryFocused FocusCallback,
    const TArray< TSharedPtr< FBlueprin...,
    bool bHasDifferences
)

Create category message for the diff UI

Public function Static

TSharedPtr< ...

 

CreateCategoryEntryForMerge

(
    const FText& LabelText,
    const FText& ToolTipText,
    FOnDiffEntryFocused FocusCallback,
    const TArray< TSharedPtr< FBlueprin...,
    bool bHasRemoteDifferences,
    bool bHasLocalDifferences,
    bool bHasConflicts
)

Create category message for the merge UI

Public function Static

TSharedPtr< ...

 

NoDifferencesEntry()

Displays message to user saying there are no differences

Public function Static

TSharedPtr< ...

 

UnknownDifferencesEntry()

Displays message to user warning that there may be undetected differences

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