Navigation
API > API/Editor > API/Editor/Kismet
DragDropAction class for drag and dropping an item from the My Blueprints tree (e.g., variable or function)
| Name | FMyBlueprintItemDragDropAction |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/MyBlueprintItemDragDropAction.h |
| Include Path | #include "MyBlueprintItemDragDropAction.h" |
Syntax
class FMyBlueprintItemDragDropAction : public FGraphSchemaActionDragDropAction
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FGraphEditorDragDropAction → FGraphSchemaActionDragDropAction → FMyBlueprintItemDragDropAction
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMyBlueprintItemDragDropAction() |
Constructor | MyBlueprintItemDragDropAction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply DroppedOnAction
(
TSharedRef< FEdGraphSchemaAction > Action |
MyBlueprintItemDragDropAction.h | ||
virtual FReply DroppedOnCategory
(
FText Category |
MyBlueprintItemDragDropAction.h | ||
virtual void HoverTargetChanged() |
MyBlueprintItemDragDropAction.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
MyBlueprintItemDragDropAction.h | ||
void SetAltDrag
(
bool InIsAltDrag |
Set if operation is modified by alt | MyBlueprintItemDragDropAction.h | |
void SetCtrlDrag
(
bool InIsCtrlDrag |
Set if operation is modified by the ctrl key | MyBlueprintItemDragDropAction.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UBlueprint * GetSourceBlueprint() |
MyBlueprintItemDragDropAction.h | ||
bool IsFromBlueprint
(
UBlueprint* InBlueprint |
Helper method to see if we're dragging in the same blueprint | MyBlueprintItemDragDropAction.h | |
void SetFeedbackMessageError
(
const FText& Message |
MyBlueprintItemDragDropAction.h | ||
void SetFeedbackMessageOK
(
const FText& Message |
MyBlueprintItemDragDropAction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
MyBlueprintItemDragDropAction.h |