Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/SRigVMGraphPinReorderHandle
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNode.h |
| Include Path | #include "Widgets/SRigVMGraphNode.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SRigVMGraphPinReorderHandle >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SRigVMGraphPinReorderHandle::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SRigVMGraphNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SRigVMGraphNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bIsInput
(
bool InArg |
Widgets/SRigVMGraphNode.h | ||
WidgetArgsType & CanReorder
(
const FCanReorderDelegate& InDelegate |
Widgets/SRigVMGraphNode.h | ||
WidgetArgsType & Height
(
float InArg |
Widgets/SRigVMGraphNode.h | ||
WidgetArgsType & LineExtension
(
const TAttribute< float >& InAttribute |
Widgets/SRigVMGraphNode.h | ||
WidgetArgsType & OnReorder
(
const FReorderDelegate& InDelegate |
Widgets/SRigVMGraphNode.h | ||
WidgetArgsType & Pin
(
TWeakObjectPtr< URigVMPin > InArg |
Widgets/SRigVMGraphNode.h | ||
WidgetArgsType & WeakClientHost
(
TWeakInterfacePtr< IRigVMClientHost > InArg |
Widgets/SRigVMGraphNode.h | ||
WidgetArgsType & Width
(
float InArg |
Widgets/SRigVMGraphNode.h |