Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SGraphEditor
Info about events occurring in/on the graph
| Name | FGraphEditorEvents |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include Path | #include "GraphEditor.h" |
Syntax
struct FGraphEditorEvents
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FGraphEditorEvents () |
GraphEditor.h | ||
FGraphEditorEvents
(
const FGraphEditorEvents& InEvents |
GraphEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FGraphEditorEvents() |
GraphEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnCreateActionMenu | PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnCreateActionMenu | Called to create context menu for right clicking in empty area | GraphEditor.h | |
| OnCreateActionMenuAtLocation | FOnCreateActionMenuAtLocation | GraphEditor.h | ||
| OnCreateNodeOrPinMenu | FOnCreateNodeOrPinMenu | Called to create context menu for right clicking a node or pin, same parameters as GetContextMenuActions on schema | GraphEditor.h | |
| OnDisallowedPinConnection | FOnDisallowedPinConnection | Called when the user generates a warning tooltip because a connection was invalid | GraphEditor.h | |
| OnDoubleClicked | FOnDoubleClicked | Called when the graph itself is double clicked | GraphEditor.h | |
| OnDropActor | PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnDropActor | Called when an actor is dropped on graph | GraphEditor.h | |
| OnDropActors | FOnDropActors | GraphEditor.h | ||
| OnDropStreamingLevel | PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnDropStreamingLevel | Called when a streaming level is dropped on graph | GraphEditor.h | |
| OnDropStreamingLevels | FOnDropStreamingLevels | GraphEditor.h | ||
| OnFocused | FOnFocused | Called when focus moves to graph | GraphEditor.h | |
| OnMouseButtonDown | FOnMouseButtonDown | Called when the graph is clicked | GraphEditor.h | |
| OnNodeDoubleClicked | FSingleNodeEvent | Called when a node is double clicked | GraphEditor.h | |
| OnNodeSingleClicked | FOnNodeSingleClicked | Called when a node is single-clicked without drag | GraphEditor.h | |
| OnNodeSpawnedByKeymap | FOnNodeSpawnedByKeymap | Called when a keymap spawns a node | GraphEditor.h | |
| OnSelectionChanged | FOnSelectionChanged | Called when selection changes | GraphEditor.h | |
| OnSpawnNodeByShortcut | PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnSpawnNodeByShortcut | Called to spawn a node in the graph using a shortcut | GraphEditor.h | |
| OnSpawnNodeByShortcutAtLocation | FOnSpawnNodeByShortcutAtLocation | GraphEditor.h | ||
| OnTextCommitted | FOnNodeTextCommitted | Called when text is committed on the graph | GraphEditor.h | |
| OnVerifyTextCommit | FOnNodeVerifyTextCommit | Called when text is being committed on the graph to verify | GraphEditor.h |