Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphPinKnot |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphNodeKnot.h |
| Include Path | #include "SGraphNodeKnot.h" |
Syntax
class SGraphPinKnot : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinKnot
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SGraphPinKnot
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SGraphNodeKnot.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDragEnter
(
const FGeometry& MyGeometry, |
SGraphNodeKnot.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< FDragDropOperation > SpawnPinDragEvent
(
const TSharedRef< SGraphPanel >& InGraphPanel, |
SGraphNodeKnot.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Build the widget we should put into the 'default value' space, shown when nothing connected | SGraphNodeKnot.h | |
virtual FSlateColor GetPinColor() |
SGraphNodeKnot.h | ||
virtual FReply OnPinMouseDown
(
const FGeometry& SenderGeometry, |
Handle clicking on the pin | SGraphNodeKnot.h |