Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FGraphEditorDragDropAction
- FGraphSchemaActionDragDropAction
- FMyBlueprintItemDragDropAction
- FKismetVariableDragDropAction
- FNiagaraParameterGraphDragOperation
- FRigVMFunctionDragDropAction
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h |
| Include | #include "GraphEditorDragDropAction.h" |
Syntax
class FGraphSchemaActionDragDropAction : public FGraphEditorDragDropAction
Remarks
Drag-drop action where an FEdGraphSchemaAction should be performed when dropped.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FEdGraphSchemaAction > | SourceAction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetDefaultStatusSymbol
(
const FSlateBrush*& PrimaryBrushOut, |
||
| const FString & | GetTypeId () |
||
| TSharedRef< FGraphSchemaActionDragDropAction > | New
(
TSharedPtr< FEdGraphSchemaAction > InActionNode |
Overridden from FGraphEditorDragDropAction
| Type | Name | Description | |
|---|---|---|---|
| FReply | DroppedOnPanel
(
const TSharedRef< SWidget >& Panel, |
||
| FReply | DroppedOnPin
(
FVector2D ScreenPosition, |
||
| void | Interface to override. |
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |