Navigation
API > API/Plugins > API/Plugins/RigVMEditor
An item in the tree
| Name | FRigVMEditorGraphExplorerTreeElement |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMEditorGraphExplorerTreeView.h |
| Include Path | #include "Widgets/SRigVMEditorGraphExplorerTreeView.h" |
Syntax
class FRigVMEditorGraphExplorerTreeElement : public TSharedFromThis< FRigVMEditorGraphExplorerTreeElement >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMEditorGraphExplorerTreeElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMEditorGraphExplorerTreeElement
(
const FRigVMExplorerElementKey& InKey, |
Widgets/SRigVMEditorGraphExplorerTreeView.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnRenameRequested | TBaseDelegate_NoParams< void > | Delegate for when the context menu requests a rename | Widgets/SRigVMEditorGraphExplorerTreeView.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedPtr< FRigVMEditorGraphExplorerTreeElement > > | Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
| Key | FRigVMExplorerElementKey | Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
| OnRenameRequested | FOnRenameRequested | Widgets/SRigVMEditorGraphExplorerTreeView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< ITableRow > MakeTreeRowWidget
(
const TSharedRef< STableViewBase >& InOwnerTable, |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
void RequestRename() |
Widgets/SRigVMEditorGraphExplorerTreeView.h |