Navigation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConnectionDrawingPolicy | This class draws the connections for an UEdGraph composed of pins and nodes. | ||
| FConnectionParams | |||
| FEdGraphNodeHandle | |||
| FEdGraphPinHandle | |||
| FGeometryHelper | |||
| FGraphActionNode | Utility class for building menus of graph actions. | ||
| FGraphContextMenuArguments | Arguments when the graph panel wants to open a context menu. | ||
| FGraphDiffControl | Used to find differences between revisions of a graph. | ||
| FGraphEditorCommands | |||
| FGraphEditorCommandsImpl | |||
| FGraphEditorDragDropAction | Base class for drag-drop actions that pass into the graph editor and perform an action when dropped. | ||
| FGraphEditorModule | Graph editor public interface | ||
| FGraphInformationPopupInfo | Entry for an information popup in the node panel. | ||
| FGraphNodeFactory | |||
| FGraphPinHandle | A handle to a pin, defined by its owning node's GUID, and the pin's name. | ||
| FGraphSchemaActionDragDropAction | Drag-drop action where an FEdGraphSchemaAction should be performed when dropped. | ||
| FGraphSelectionManager | |||
| FGraphSplineOverlapResult | |||
| FInterpCurve | |||
| FKismetConnectionDrawingPolicy | This class draws the connections for an UEdGraph using a K2-based schema. | ||
| FMarqueeOperation | Helper for managing marquee operations | ||
| FNodeFactory | Class that decides which widget type to create for a given data object | ||
| FNodeInfoContext | Context passed in when getting popup info. | ||
| FOverlayBrushInfo | Entry for an overlay brush in the node panel. | ||
| FOverlayWidgetInfo | Entry for an overlay widget in the node panel. | ||
| FSubstrateWidget | |||
| FZoomLevelsContainer | Interface for ZoomLevel values Provides mapping for a range of virtual ZoomLevel values to actual node scaling values | ||
| SDefaultGraphActionWidget | Default widget for GraphActionMenu | ||
| SGraphNodeKnot | The visual representation of a control point meant to adjust how connections are routed, also known as a Reroute node. | ||
| SGraphNodeResizable | |||
| SGraphPaletteItem | Widget for displaying a single item | ||
| SListView | |||
| SNodePanel | |||
| STreeView | |||
| UGraphEditorSettings | Implements settings for the graph editor. |
Typedefs
| Name | Description |
|---|---|
| FCreateWidgetMouseButtonDown | Delegate executed when the mouse button goes down |
| FGetComboItemDisplayString | A delegate type invoked when a selection changes somewhere. |
| FIsGraphNodeHovered | |
| FOnCommentBubbleToggled | |
| FOnRenameRequestActionNode | Delegate for hooking up an inline editable text block to be notified that a rename is requested. |
| FOnUpdateGraphPanel | |
| SelectedItemType |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EGraphPanningMouseButton | |||
| EGraphRenderingLOD::Type | Level of detail for graph rendering (lower numbers are 'further away' with fewer details) | ||
| ENodeZone::Type | This class is designed to serve as the base class for a panel/canvas that contains interactive widgets which can be selected and moved around by the user. |