Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SCollectionSpreadSheetWidget
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/CollectionSpreadSheetWidget.h |
| Include | #include "Dataflow/CollectionSpreadSheetWidget.h" |
Syntax
class SCollectionSpreadSheetWidget : public SCompoundWidget
Remarks
Widget for the CollectionSpreadSheet panel
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnPinnedDownChanged | OnPinnedDownChangedDelegate | ||
| FOnRefreshLockedChanged | OnRefreshLockedChangedDelegate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CollectionGroupsComboBoxSelectionChanged
(
FName InSelectedOutput, |
||
| void | Construct
(
const FArguments& InArgs |
Slate construction function | |
| TSharedPtr< SCollectionSpreadSheet > | |||
| FText | |||
| FText | |||
| FOnPinnedDownChanged & | |||
| FOnRefreshLockedChanged & | |||
| void | NodeOutputsComboBoxSelectionChanged
(
FName InSelectedOutput, |
UI callbacks. | |
| void | |||
| void | |||
| void | |||
| void | UpdateCollectionGroups
(
const FName& InOutputName |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnPinnedDownChanged | Gets a multicast delegate which is called whenever the PinnedDown button clicked |
| FOnRefreshLockedChanged | Gets a multicast delegate which is called whenever the LockRefresh button clicked |