Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphEditorDragDropAction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply DroppedOnPanel
(
const TSharedRef< SWidget >& Panel, |
GraphEditorDragDropAction.h | ||
virtual FReply DroppedOnPanel
(
const TSharedRef< SWidget >& Panel, |
GraphEditorDragDropAction.h |
DroppedOnPanel(const TSharedRef< SWidget > &, FVector2D, FVector2D, UEdGraph &)
| Name | DroppedOnPanel |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h |
| Include Path | #include "GraphEditorDragDropAction.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphEditorDragDropAction.cpp |
virtual FReply DroppedOnPanel
(
const TSharedRef< SWidget > & Panel,
FVector2D ScreenPosition,
FVector2D GraphPosition,
UEdGraph & Graph
)
DroppedOnPanel(const TSharedRef< SWidget > &, const FVector2f &, const FVector2f &, UEdGraph &)
| Name | DroppedOnPanel |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h |
| Include Path | #include "GraphEditorDragDropAction.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphEditorDragDropAction.cpp |
virtual FReply DroppedOnPanel
(
const TSharedRef< SWidget > & Panel,
const FVector2f & ScreenPosition,
const FVector2f & GraphPosition,
UEdGraph & Graph
)