Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SMultiColumnTableRow
- SMultiColumnTableRow::GenerateWidgetForColumn()
- SDMXReadOnlyFixturePatchListRow::GenerateWidgetForColumn()
- SEventItem::GenerateWidgetForColumn()
- SLiveLinkCurveDebugUIListItem::GenerateWidgetForColumn()
- SSceneOutlinerTreeRow::GenerateWidgetForColumn()
- SIKRetargetChainMapRow::GenerateWidgetForColumn()
- SIKRetargetHierarchyRow::GenerateWidgetForColumn()
- SCollectionSpreadSheetRow::GenerateWidgetForColumn()
- SIKRigRetargetChainRow::GenerateWidgetForColumn()
- SSelectionViewRow::GenerateWidgetForColumn()
- SBonePairRow::GenerateWidgetForColumn()
- SOptionTableRow::GenerateWidgetForColumn()
- SAnimAttributeEntry::GenerateWidgetForColumn()
- SBoneMappingListRow::GenerateWidgetForColumn()
- SUsdTreeRow::GenerateWidgetForColumn()
- SUsdTreeRow::GenerateWidgetForColumn()
- SIKRigSkeletonRow::GenerateWidgetForColumn()
- SSceneOutlinerPinnedTreeRow::GenerateWidgetForColumn()
- SSubobject_RowWidget::GenerateWidgetForColumn()
- SOutlinerViewRow::GenerateWidgetForColumn()
- SAssetListViewRow::GenerateWidgetForColumn()
- SSCS_RowWidget::GenerateWidgetForColumn()
- SSCS_RowWidget_ActorRoot::GenerateWidgetForColumn()
- SSCS_RowWidget_Separator::GenerateWidgetForColumn()
- SAssetColumnViewRow::GenerateWidgetForColumn()
- SSCS_RowWidget_ActorRoot::GenerateWidgetForColumn()
- SSCS_RowWidget_Separator::GenerateWidgetForColumn()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h |
| Include | #include "Widgets/Views/STableRow.h" |
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. |