Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FDragDropOperation
- FGraphEditorDragDropAction
- FGraphSchemaActionDragDropAction
- FMyBlueprintItemDragDropAction
- FKismetVariableDragDropAction
- FNiagaraParameterGraphDragOperation
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. | |
![]() ![]() ![]() |
bool | IsOfTypeImpl
(
const FString& Type |