Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/SRigVMNodeLayoutWidget
| Name | FRigVMNodeLayoutDragDropOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMNodeLayoutWidget.h |
| Include Path | #include "Widgets/SRigVMNodeLayoutWidget.h" |
Syntax
class FRigVMNodeLayoutDragDropOp : public FDragDropOperation
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → SRigVMNodeLayoutWidget::FRigVMNodeLayoutDragDropOp
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NodeLayoutRows | TArray< TSharedPtr< FNodeLayoutRow > > | Data for the property paths this item represents | Widgets/SRigVMNodeLayoutWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D GetDecoratorPosition() |
Widgets/SRigVMNodeLayoutWidget.h | ||
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
Widgets/SRigVMNodeLayoutWidget.h | ||
const TArray< TSharedPtr< FNodeLayoutRow > > & GetNodeLayoutRows() |
Widgets/SRigVMNodeLayoutWidget.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
Widgets/SRigVMNodeLayoutWidget.h | ||
virtual bool IsWindowlessOperation() |
Widgets/SRigVMNodeLayoutWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
Widgets/SRigVMNodeLayoutWidget.h | ||
static TSharedRef< FRigVMNodeLayoutDragDropOp > New
(
const TArray< TSharedPtr< FNodeLayoutRow > >& InNodeLayoutRows |
Widgets/SRigVMNodeLayoutWidget.h |