Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSelectionViewWidget
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/SelectionViewWidget.h |
| Include | #include "Dataflow/SelectionViewWidget.h" |
Syntax
class SSelectionViewWidget : public SCompoundWidget
Remarks
Widget for the SelectionView panel
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnPinnedDownChanged | OnPinnedDownChangedDelegate | ||
| FOnRefreshLockedChanged | OnRefreshLockedChangedDelegate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Slate construction function | |
| FText | |||
| FOnPinnedDownChanged & | |||
| FOnRefreshLockedChanged & | |||
| TSharedPtr< SSelectionView > | |||
| void | NodeOutputsComboBoxSelectionChanged
(
FName InSelectedOutput, |
UI callbacks. | |
| void | |||
| void | |||
| void |
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 |