Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > DragAndDrop
Inheritance Hierarchy
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/DragAndDrop/GraphNodeDragDropOp.h |
Include | #include "DragAndDrop/GraphNodeDragDropOp.h" |
Syntax
class FGraphNodeDragDropOp : public [FDecoratedDragDropOp](API\Editor\UnrealEd\DragAndDrop\FDecoratedDragDropOp)
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
Type | Name | Description |
---|---|---|
FOnPerformDropT... | OnPerformDropToGraph |
Functions
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. |
Typedefs
Name | Description |
---|---|
FOnPerformDropToGraph |