Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FConnectionDrawingPolicy |
This class draws the connections for an UEdGraph composed of pins and nodes. |
|
FConnectionParams |
|
|
FCreateWidgetForActionData |
|
|
FCustomExpanderData |
|
|
FGeometryHelper |
|
|
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 |
|
|
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. |
|
FZoomLevelsContainer |
Interface for ZoomLevel values Provides mapping for a range of virtual ZoomLevel values to actual node scaling values |
|
SCommentBubble |
|
|
SDefaultGraphActionWidget |
Default widget for GraphActionMenu |
|
SGraphActionMenu |
Class that displays a list of graph actions and them to be searched and selected |
|
SGraphEditorActionMenu |
|
|
SGraphNode |
|
|
SGraphNodeComment |
|
|
SGraphNodeDefault |
|
|
SGraphNodeDocumentation |
|
|
SGraphNodeKnot |
The visual representation of a control point meant to adjust how connections are routed, also known as a Reroute node. |
|
SGraphNodePromotableOperator |
A custom slate node for the promotable operator (K2Node_PromotableOperator) These nodes include common math operations like Add, Subtract, Multiply, etc. |
|
SGraphNodeResizable |
|
|
SGraphPalette |
|
|
SGraphPaletteItem |
Widget for displaying a single item |
|
SGraphPanel |
|
|
SGraphPin |
Represents a pin on a node in the GraphEditor |
|
SGraphPinDataTableRowName |
|
|
SGraphPinNameList |
|
|
SGraphPreviewer |
This widget provides a fully-zoomed-out preview of a specified graph. |
|
SNameComboBox |
A combo box that shows FName content. |
|
SNodePanel |
|
|
SNodeTitle |
|
|
SPinComboBox |
Class implementation to create combo box. |
|
UGraphEditorSettings |
Implements settings for the graph editor. |
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 |
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. |