Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SGraphEditor
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include | #include "GraphEditor.h" |
Syntax
struct FGraphEditorEvents
Remarks
Info about events occurring in/on the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnCreateActionMenu | OnCreateActionMenu | Called to create context menu for right clicking in empty area | |
| FOnCreateNodeOrPinMenu | OnCreateNodeOrPinMenu | Called to create context menu for right clicking a node or pin, same parameters as GetContextMenuActions on schema | |
| FOnDisallowedPinConnection | OnDisallowedPinConnection | Called when the user generates a warning tooltip because a connection was invalid | |
| FOnDoubleClicked | OnDoubleClicked | Called when the graph itself is double clicked | |
| FOnDropActor | OnDropActor | Called when an actor is dropped on graph | |
| FOnDropStreamingLevel | OnDropStreamingLevel | Called when a streaming level is dropped on graph | |
| FOnFocused | OnFocused | Called when focus moves to graph | |
| FOnMouseButtonDown | OnMouseButtonDown | Called when the graph is clicked | |
| FSingleNodeEvent | OnNodeDoubleClicked | Called when a node is double clicked | |
| FOnNodeSingleClicked | OnNodeSingleClicked | Called when a node is single-clicked without drag | |
| FOnNodeSpawnedByKeymap | OnNodeSpawnedByKeymap | Called when a keymap spawns a node | |
| FOnSelectionChanged | OnSelectionChanged | Called when selection changes | |
| FOnSpawnNodeByShortcut | OnSpawnNodeByShortcut | Called to spawn a node in the graph using a shortcut | |
| FOnNodeTextCommitted | OnTextCommitted | Called when text is committed on the graph | |
| FOnNodeVerifyTextCommit | OnVerifyTextCommit | Called when text is being committed on the graph to verify |