Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SCollectionSpreadSheet
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/CollectionSpreadSheetWidget.h |
| Include | #include "Dataflow/CollectionSpreadSheetWidget.h" |
Syntax
class SCollectionSpreadSheet : public SCompoundWidget
Remarks
2xn grid to display Collection data
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, int32 > | AttrTypeWidthMap | ||
| TSharedPtr< SScrollBar > | SpreadSheetVerticalScrollBar |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| TSharedRef< ITableRow > | GenerateRow
(
TSharedPtr< const FCollectionSpreadSheetItem > InItem, |
||
| TMap< FString, SCollectionInfo > & | |||
| int32 | GetNumItems () |
||
| const FName & | |||
| const FName & | |||
| void | SetNumItems
(
int32 InNumItems |
||
| void | SetSelectedGroup
(
const FName& InSelectedGroup |
||
| void | SetSelectedOutput
(
const FName& InSelectedOutput |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |