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