Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/SSelectionViewRow
- SMultiColumnTableRow::GenerateWidgetForColumn()
- SSelectionViewRow::GenerateWidgetForColumn()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/SelectionViewWidget.h |
| Include | #include "Dataflow/SelectionViewWidget.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/SelectionViewWidget.cpp |
virtual TSharedRef< SWidget > GenerateWidgetForColumn
&40;
const FName & InColumnName
&41;
Remarks
Users of SMultiColumnTableRow would usually some piece of data associated with it. The type of this data is ItemType; it's the stuff that your TableView (i.e. List or Tree) is visualizing. The ColumnName tells you which column of the TableView we need to make a widget for. Make a widget and return it. a widget to represent the contents of a cell in this row of a TableView.
Parameters
| Name | Description |
|---|---|
| ColumnName | A unique ID for a column in this TableView; see SHeaderRow::FColumn for more info. |