Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphPin
- SGraphPinKnot
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNodeKnot.h |
| Include | #include "SGraphNodeKnot.h" |
Syntax
class SGraphPinKnot : public SGraphPin
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Overridden from SGraphPin
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Build the widget we should put into the 'default value' space, shown when nothing connected | ||
| FSlateColor | GetPinColor () |
||
| FReply | OnPinMouseDown
(
const FGeometry& SenderGeometry, |
Handle clicking on the pin | |
| TSharedRef< FDragDropOperation > | SpawnPinDragEvent
(
const TSharedRef< SGraphPanel >& InGraphPanel, |
Spawns a FDragConnection or similar class for the pin drag event |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | OnDragEnter
(
const FGeometry& MyGeometry, |
DRAG AND DROP (DragDrop) Called during drag and drop when the drag enters a widget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |