Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMFunctionArgumentReorderDragDropHandler |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMGraphDetailCustomization.h |
| Include Path | #include "Editor/RigVMGraphDetailCustomization.h" |
Syntax
class FRigVMFunctionArgumentReorderDragDropHandler : public IDetailDragDropHandler
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunctionArgumentReorderDragDropHandler
(
const TWeakObjectPtr< URigVMPin >& InPinPtr, |
Editor/RigVMGraphDetailCustomization.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMFunctionArgumentReorderDragDropHandler() |
Editor/RigVMGraphDetailCustomization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GraphPtr | TWeakObjectPtr< URigVMGraph > | Editor/RigVMGraphDetailCustomization.h | ||
| PinPtr | TWeakObjectPtr< URigVMPin > | Editor/RigVMGraphDetailCustomization.h | ||
| WeakRigVMClientHost | TWeakInterfacePtr< IRigVMClientHost > | Editor/RigVMGraphDetailCustomization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const URigVMPin * GetPin() |
Editor/RigVMGraphDetailCustomization.h |
Overridden from IDetailDragDropHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AcceptDrop
(
const FDragDropEvent& DragDropEvent, |
Editor/RigVMGraphDetailCustomization.h | ||
virtual TOptional< EItemDropZone > CanAcceptDrop
(
const FDragDropEvent& DragDropEvent, |
Editor/RigVMGraphDetailCustomization.h | ||
virtual TSharedPtr< FDragDropOperation > CreateDragDropOperation() |
Editor/RigVMGraphDetailCustomization.h |