Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | SSelectionViewRow |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/SelectionViewWidget.h |
| Include Path | #include "Dataflow/SelectionViewWidget.h" |
Syntax
class SSelectionViewRow : public SMultiColumnTableRow< TSharedPtr< const FSelectionViewItem > >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SSelectionViewRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SSelectionViewRow
- STableRow → SMultiColumnTableRow → SSelectionViewRow
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Header | TSharedPtr< const FSelectionViewHeader > | Dataflow/SelectionViewWidget.h | ||
| Item | TSharedPtr< const FSelectionViewItem > | Dataflow/SelectionViewWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Dataflow/SelectionViewWidget.h |
Overridden from SMultiColumnTableRow
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName |
Dataflow/SelectionViewWidget.h |