Navigation
API > API/Plugins > API/Plugins/DataflowEditor
2xn grid to display Collection data
| Name | SCollectionSpreadSheet |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowCollectionSpreadSheetWidget.h |
| Include Path | #include "Dataflow/DataflowCollectionSpreadSheetWidget.h" |
Syntax
class SCollectionSpreadSheet : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCollectionSpreadSheet
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCollectionSpreadSheet
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollectionInfoMap | TMap< FString, SCollectionInfo > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| Header | TSharedPtr< FCollectionSpreadSheetHeader > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| HeaderRowWidget | TSharedPtr< SHeaderRow > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| ListItems | TArray< TSharedPtr< const FCollectionSpreadSheetItem > > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| ListView | TSharedPtr< SListView< TSharedPtr< const FCollectionSpreadSheetItem > > > | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| NumItems | int32 | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| SelectedGroup | FName | Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
| SelectedOutput | FName | Dataflow/DataflowCollectionSpreadSheetWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
TSharedRef< ITableRow > GenerateRow
(
TSharedPtr< const FCollectionSpreadSheetItem > InItem, |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
TMap< FString, SCollectionInfo > & GetCollectionInfoMap() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
int32 GetNumItems() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
const FName & GetSelectedGroup() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
const FName & GetSelectedOutput() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
const FString GetSelectedOutputStr() |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void SetNumItems
(
int32 InNumItems |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void SetSelectedGroup
(
const FName& InSelectedGroup |
Dataflow/DataflowCollectionSpreadSheetWidget.h | ||
void SetSelectedOutput
(
const FName& InSelectedOutput |
Dataflow/DataflowCollectionSpreadSheetWidget.h |