Navigation
API > API/Editor > API/Editor/GraphEditor
Drag-drop action where an FEdGraphSchemaAction should be performed when dropped.
| Name | FGraphSchemaActionDragDropAction |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h |
| Include Path | #include "GraphEditorDragDropAction.h" |
Syntax
class FGraphSchemaActionDragDropAction : public FGraphEditorDragDropAction
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FGraphEditorDragDropAction → FGraphSchemaActionDragDropAction
Derived Classes
FGraphSchemaActionDragDropAction derived class hierarchy
Functions
Public
Overridden from FGraphEditorDragDropAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply DroppedOnPanel
(
const TSharedRef< SWidget >& Panel, |
GraphEditorDragDropAction.h | ||
virtual FReply DroppedOnPin
(
const FVector2f& ScreenPosition, |
GraphEditorDragDropAction.h | ||
virtual void HoverTargetChanged() |
Interface to override. | GraphEditorDragDropAction.h | |
virtual bool IsOfTypeImpl
(
const FString& Type |
GraphEditorDragDropAction.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetDefaultStatusSymbol
(
const FSlateBrush*& PrimaryBrushOut, |
GraphEditorDragDropAction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
GraphEditorDragDropAction.h | ||
static TSharedRef< FGraphSchemaActionDragDropAction > New
(
TSharedPtr< FEdGraphSchemaAction > InActionNode |
GraphEditorDragDropAction.h |