Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Class to handle the SelectionView widget
| Name | FDataflowCollectionSpreadSheet |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowCollectionSpreadSheet.h |
| Include Path | #include "Dataflow/DataflowCollectionSpreadSheet.h" |
Syntax
class FDataflowCollectionSpreadSheet : public FDataflowNodeView
Inheritance Hierarchy
- FGCObject → FDataflowNodeView → FDataflowCollectionSpreadSheet
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowCollectionSpreadSheet
(
TObjectPtr< UDataflowBaseContent > InContent |
Dataflow/DataflowCollectionSpreadSheet.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDataflowCollectionSpreadSheet() |
Dataflow/DataflowCollectionSpreadSheet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollectionSpreadSheet | TSharedPtr< SCollectionSpreadSheetWidget > | Dataflow/DataflowCollectionSpreadSheet.h | ||
| OnPinnedDownChangedDelegateHandle | FDelegateHandle | Dataflow/DataflowCollectionSpreadSheet.h | ||
| OnRefreshLockedChangedDelegateHandle | FDelegateHandle | Dataflow/DataflowCollectionSpreadSheet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCollectionSpreadSheet
(
TSharedPtr< SCollectionSpreadSheetWidget >& InCollectionSpreadSheet |
Dataflow/DataflowCollectionSpreadSheet.h |
Overridden from FDataflowNodeView
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConstructionViewSelectionChanged
(
const TArray< UPrimitiveComponent* >& SelectedComponents, |
Dataflow/DataflowCollectionSpreadSheet.h | ||
virtual void SetSupportedOutputTypes() |
Dataflow/DataflowCollectionSpreadSheet.h | ||
virtual void SimulationViewSelectionChanged
(
const TArray< UPrimitiveComponent* >& SelectedComponents, |
Dataflow/DataflowCollectionSpreadSheet.h | ||
virtual void UpdateViewData() |
Virtual functions to overwrite in view widget classes | Dataflow/DataflowCollectionSpreadSheet.h |