Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/SRigVMNodeLayoutWidget
| Name | SRigVMNowLayoutRow |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMNodeLayoutWidget.h |
| Include Path | #include "Widgets/SRigVMNodeLayoutWidget.h" |
Syntax
class SRigVMNowLayoutRow : public STableRow< TSharedPtr< FNodeLayoutRow > >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SRigVMNodeLayoutWidget::SRigVMNowLayoutRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SRigVMNodeLayoutWidget::SRigVMNowLayoutRow
- STableRow → SRigVMNodeLayoutWidget::SRigVMNowLayoutRow
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SRigVMNowLayoutRow() |
Widgets/SRigVMNodeLayoutWidget.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LabelEditWidget | TSharedPtr< SInlineEditableTextBlock > | Widgets/SRigVMNodeLayoutWidget.h | ||
| NodeLayoutRow | TSharedPtr< FNodeLayoutRow > | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnCategoryRemoved | FRigVMNodeLayoutWidget_OnCategoryRemoved | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnCategoryRenamed | FRigVMNodeLayoutWidget_OnCategoryRenamed | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnElementCategoryChanged | FRigVMNodeLayoutWidget_OnElementCategoryChanged | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnElementLabelChanged | FRigVMNodeLayoutWidget_OnElementLabelChanged | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnGetCategories | FRigVMNodeLayoutWidget_OnGetCategories | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnValidateCategoryName | FRigVMNodeLayoutWidget_ValidateName | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnValidateElementName | FRigVMNodeLayoutWidget_ValidateName | Widgets/SRigVMNodeLayoutWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SRigVMNodeLayoutWidget.h | ||
TSharedPtr< FNodeLayoutRow > GetNodeLayoutRow() |
Widgets/SRigVMNodeLayoutWidget.h | ||
void OnLabelCommitted
(
const FText& InText, |
Widgets/SRigVMNodeLayoutWidget.h | ||
| Widgets/SRigVMNodeLayoutWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< SInlineEditableTextBlock > ConstructLabel
(
TSharedPtr< FNodeLayoutRow > InNodeLayoutRow, |
Widgets/SRigVMNodeLayoutWidget.h |