Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/SRigVMNodeLayoutWidget
| Name | FNodeLayoutRow |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMNodeLayoutWidget.h |
| Include Path | #include "Widgets/SRigVMNodeLayoutWidget.h" |
Syntax
struct FNodeLayoutRow
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNodeLayoutRow() |
Widgets/SRigVMNodeLayoutWidget.h |
Structs
| Name | Remarks |
|---|---|
| FState |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsCategory | bool | Widgets/SRigVMNodeLayoutWidget.h | ||
| bIsUncategorized | bool | Widgets/SRigVMNodeLayoutWidget.h | ||
| ChildRows | TArray< TSharedPtr< FNodeLayoutRow > > | Widgets/SRigVMNodeLayoutWidget.h | ||
| Color | FLinearColor | Widgets/SRigVMNodeLayoutWidget.h | ||
| Icon | const FSlateBrush * | Widgets/SRigVMNodeLayoutWidget.h | ||
| Label | FString | Widgets/SRigVMNodeLayoutWidget.h | ||
| OnRequestRename | FSimpleDelegate | Widgets/SRigVMNodeLayoutWidget.h | ||
| Path | FString | Widgets/SRigVMNodeLayoutWidget.h | ||
| State | FState | Widgets/SRigVMNodeLayoutWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsCategorizedPin() |
Widgets/SRigVMNodeLayoutWidget.h | ||
bool IsCategory() |
Widgets/SRigVMNodeLayoutWidget.h | ||
bool IsPin() |
Widgets/SRigVMNodeLayoutWidget.h | ||
bool IsUncategorizedPin() |
Widgets/SRigVMNodeLayoutWidget.h | ||
void RequestRename() |
Widgets/SRigVMNodeLayoutWidget.h |