Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FDiffPanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GeneratePanel
(
UEdGraph* NewGraph, |
Generate a panel for NewGraph diffed against OldGraph | SBlueprintDiff.h | |
void GeneratePanel
(
UEdGraph* Graph, |
Generate a panel that displays the Graph and reflects the items in the DiffResults | SBlueprintDiff.h |
GeneratePanel(UEdGraph , UEdGraph )
Description
Generate a panel for NewGraph diffed against OldGraph
| Name | GeneratePanel |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SBlueprintDiff.h |
| Include Path | #include "SBlueprintDiff.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SBlueprintDiff.cpp |
void GeneratePanel
(
UEdGraph * NewGraph,
UEdGraph * OldGraph
)
GeneratePanel(UEdGraph *, TSharedPtr< TArray< FDiffSingleResult > >, TAttribute< int32 >)
Description
Generate a panel that displays the Graph and reflects the items in the DiffResults
| Name | GeneratePanel |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SBlueprintDiff.h |
| Include Path | #include "SBlueprintDiff.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SBlueprintDiff.cpp |
void GeneratePanel
(
UEdGraph * Graph,
TSharedPtr< TArray< FDiffSingleResult > > DiffResults,
TAttribute< int32 > FocusedDiffResult
)