Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMGraphExplorerDragDropOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMEditorGraphExplorer.h |
| Include Path | #include "Widgets/SRigVMEditorGraphExplorer.h" |
Syntax
class FRigVMGraphExplorerDragDropOp : public FGraphEditorDragDropAction
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FGraphEditorDragDropAction → FRigVMGraphExplorerDragDropOp
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Element | FRigVMExplorerElementKey | Widgets/SRigVMEditorGraphExplorer.h | ||
| SourceBlueprint | TObjectPtr< URigVMBlueprint > | Widgets/SRigVMEditorGraphExplorer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectPtr< URigVMBlueprint > GetBlueprint() |
Widgets/SRigVMEditorGraphExplorer.h | ||
const FRigVMExplorerElementKey & GetElement() |
Widgets/SRigVMEditorGraphExplorer.h |
Overridden from FGraphEditorDragDropAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Construct() |
Widgets/SRigVMEditorGraphExplorer.h | ||
virtual FReply DroppedOnPanel
(
const TSharedRef< SWidget >& Panel, |
Widgets/SRigVMEditorGraphExplorer.h | ||
virtual FReply DroppedOnPin
(
const FVector2f& ScreenPosition, |
Widgets/SRigVMEditorGraphExplorer.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
Widgets/SRigVMEditorGraphExplorer.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
Widgets/SRigVMEditorGraphExplorer.h | ||
static TSharedRef< FRigVMGraphExplorerDragDropOp > New
(
const FRigVMExplorerElementKey& InElement, |
Widgets/SRigVMEditorGraphExplorer.h |