Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply BeginGraphDragAction
(
TSharedPtr< FEdGraphSchemaAction > InAction |
Begins a drag and drop action to drag a graph action into another graph | EdGraph/EdGraphSchema.h | |
virtual FReply BeginGraphDragAction
(
TSharedPtr< FEdGraphSchemaAction > InAction, |
Begins a drag and drop action to drag a graph action into another graph | EdGraph/EdGraphSchema.h |
BeginGraphDragAction(TSharedPtr< FEdGraphSchemaAction >)
Description
Begins a drag and drop action to drag a graph action into another graph
| Name | BeginGraphDragAction |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual FReply BeginGraphDragAction
(
TSharedPtr < FEdGraphSchemaAction > InAction
) const
BeginGraphDragAction(TSharedPtr< FEdGraphSchemaAction >, const FPointerEvent &)
Description
Begins a drag and drop action to drag a graph action into another graph
| Name | BeginGraphDragAction |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual FReply BeginGraphDragAction
(
TSharedPtr < FEdGraphSchemaAction > InAction,
const FPointerEvent & MouseEvent
) const