Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | FGraphNodeDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/DragAndDrop/GraphNodeDragDropOp.h |
| Include Path | #include "DragAndDrop/GraphNodeDragDropOp.h" |
Syntax
class FGraphNodeDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FGraphNodeDragDropOp
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnPerformDropToGraph | TBaseDelegate_FourParams< void, TSharedPtr< FDragDropOperation >, UEdGraph *, const FVector2D &, const FVector2D & > | DragAndDrop/GraphNodeDragDropOp.h | |
| FOnPerformDropToGraphAtLocation | TBaseDelegate_FourParams< void, TSharedPtr< FDragDropOperation >, UEdGraph *, const FVector2f &, const FVector2f & > | DragAndDrop/GraphNodeDragDropOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnPerformDropToGraph | PRAGMA_DISABLE_DEPRECATION_WARNINGS FOnPerformDropToGraph | DragAndDrop/GraphNodeDragDropOp.h | ||
| OnPerformDropToGraphAtLocation | PRAGMA_ENABLE_DEPRECATION_WARNINGS FOnPerformDropToGraphAtLocation | DragAndDrop/GraphNodeDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/GraphNodeDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/GraphNodeDragDropOp.h |