Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMEditorGraphExplorerItem |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMEditorGraphExplorerTreeView.h |
| Include Path | #include "Widgets/SRigVMEditorGraphExplorerTreeView.h" |
Syntax
class SRigVMEditorGraphExplorerItem : public STableRow< TSharedPtr< FRigVMEditorGraphExplorerTreeElement > >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SRigVMEditorGraphExplorerItem
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SRigVMEditorGraphExplorerItem
- STableRow → SRigVMEditorGraphExplorerItem
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnAddClickedOnSection | TBaseDelegate_OneParam< FReply, const FRigVMExplorerElementKey & > | Widgets/SRigVMEditorGraphExplorerTreeView.h | |
| FRigVMEdGraphNodeRegistry | UE::RigVMEditor::FRigVMEdGraphNodeRegistry | Widgets/SRigVMEditorGraphExplorerTreeView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Delegates | FRigVMEditorGraphExplorerTreeDelegates | Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
| InlineRenameWidget | TSharedPtr< SInlineEditableTextBlock > | Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
| OnAddClickedOnSection | FOnAddClickedOnSection | Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
| OptionalIsUsedInGraph | TOptional< bool > | If set and true, there are occurences in the graph. | Widgets/SRigVMEditorGraphExplorerTreeView.h | |
| WeakExplorerElement | TWeakPtr< FRigVMEditorGraphExplorerTreeElement > | Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
| WeakTreeView | TWeakPtr< SRigVMEditorGraphExplorerTreeView > | Widgets/SRigVMEditorGraphExplorerTreeView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
TSharedRef< SWidget > CreateIconWidget
(
const FRigVMExplorerElementKey& Key |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
TSharedRef< SWidget > CreateTextSlotWidget
(
const FRigVMExplorerElementKey& Key, |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
FText GetDisplayText() |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
FText GetItemTooltip() |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
FReply OnAddButtonClickedOnSection
(
TSharedRef< FRigVMEditorGraphExplorerTreeElement > InElement |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
void OnNameCommitted
(
const FText& InText, |
Widgets/SRigVMEditorGraphExplorerTreeView.h | ||
| Widgets/SRigVMEditorGraphExplorerTreeView.h |