Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMFunctionArgumentReorderDragDropOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMGraphDetailCustomization.h |
| Include Path | #include "Editor/RigVMGraphDetailCustomization.h" |
Syntax
class FRigVMFunctionArgumentReorderDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FRigVMFunctionArgumentReorderDragDropOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunctionArgumentReorderDragDropOp
(
const TWeakObjectPtr< URigVMPin >& InPinPtr |
Editor/RigVMGraphDetailCustomization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PinPtr | TWeakObjectPtr< URigVMPin > | Editor/RigVMGraphDetailCustomization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const URigVMPin * GetPin() |
Editor/RigVMGraphDetailCustomization.h | ||
void Init() |
Inits the tooltip, needs to be called after constructing | Editor/RigVMGraphDetailCustomization.h | |
void SetValidTarget
(
bool IsValidTarget |
Update the drag tool tip indicating whether the current drop target is valid | Editor/RigVMGraphDetailCustomization.h |
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
Editor/RigVMGraphDetailCustomization.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
Editor/RigVMGraphDetailCustomization.h |