Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SBlueprintDiff.h |
| Include | #include "SBlueprintDiff.h" |
Syntax
struct FDiffPanel
Remarks
Panel used to display the blueprint
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UBlueprint * | Blueprint | The blueprint that owns the graph we are showing | |
| bool | bShowAssetName | True if we should show a name identifying which asset this panel is displaying | |
| TSharedPtr< class SKismetInspector > | DetailsView | The details view associated with the graph editor | |
| TWeakPtr< class SGraphEditor > | GraphEditor | The graph editor which does the work of displaying the graph | |
| TSharedPtr< SBox > | GraphEditorBox | The box around the graph editor, used to change the content when new graphs are set | |
| TSharedPtr< class SMyBlueprint > | MyBlueprint | The actual my blueprint panel, used to regenerate the panel when the new graphs are set | |
| TSharedPtr< SWidget > | OverlayGraphRevisionInfo | The widget that contains the revision info in graph mode | |
| FRevisionInfo | RevisionInfo | Revision information for this blueprint |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDiffPanel () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCopyNodes () |
Can user copy any of the selected nodes? | |
| void | Called when user hits keyboard shortcut to copy nodes | ||
| void | FocusDiff
(
UEdGraphPin& Pin |
Functions used to focus/find a particular change in a diff result | |
| void | FocusDiff
(
UEdGraphNode& Node |
Functions used to focus/find a particular change in a diff result | |
| TSharedRef< class SWidget > | Generate the 'MyBlueprint' widget, which is private to this module | ||
| void | GeneratePanel
(
UEdGraph* NewGraph, |
Generate a panel for NewGraph diffed against OldGraph | |
| void | GeneratePanel
(
UEdGraph* Graph, |
Generate a panel that displays the Graph and reflects the items in the DiffResults | |
| TSharedRef< SWidget > | |||
| TSharedRef< SWidget > | |||
| FGraphPanelSelectionSet | Gets whatever nodes are selected in the Graph Editor | ||
| void | Initializes the panel, can be moved into constructor if diff and merge clients are made more uniform: |