Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMGraphPinReorderHandle |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNode.h |
| Include Path | #include "Widgets/SRigVMGraphNode.h" |
Syntax
class SRigVMGraphPinReorderHandle : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SRigVMGraphPinReorderHandle
- FSlateControlledConstruction → SWidget → SCompoundWidget → SRigVMGraphPinReorderHandle
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCanReorderDelegate | TBaseDelegate_ThreeParams< int32, const URigVMPin *, const URigVMPin *, EItemDropZone > | Widgets/SRigVMGraphNode.h | |
| FReorderDelegate | TBaseDelegate_ThreeParams< void, const URigVMPin *, const URigVMPin *, EItemDropZone > | Widgets/SRigVMGraphNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInput | bool | Widgets/SRigVMGraphNode.h | ||
| CanReorderDelegate | FCanReorderDelegate | Widgets/SRigVMGraphNode.h | ||
| DropZone | TOptional< EItemDropZone > | Widgets/SRigVMGraphNode.h | ||
| LineExtension | TAttribute< float > | Widgets/SRigVMGraphNode.h | ||
| Pin | TWeakObjectPtr< URigVMPin > | Widgets/SRigVMGraphNode.h | ||
| ReorderDelegate | FReorderDelegate | Widgets/SRigVMGraphNode.h | ||
| WeakClientHost | TWeakInterfacePtr< IRigVMClientHost > | Widgets/SRigVMGraphNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/SRigVMGraphNode.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnDragDetected
(
const FGeometry& MyGeometry, |
Widgets/SRigVMGraphNode.h | ||
virtual void OnDragLeave
(
const FDragDropEvent& DragDropEvent |
Widgets/SRigVMGraphNode.h | ||
virtual FReply OnDragOver
(
const FGeometry& MyGeometry, |
Widgets/SRigVMGraphNode.h | ||
virtual FReply OnDrop
(
const FGeometry& MyGeometry, |
Widgets/SRigVMGraphNode.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Widgets/SRigVMGraphNode.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
Widgets/SRigVMGraphNode.h |