Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- IDataflowViewListener
- FDataflowNodeView
- FDataflowCollectionSpreadSheet
- FDataflowSelectionView
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowView.h |
| Include | #include "Dataflow/DataflowView.h" |
Syntax
class FDataflowNodeView : public IDataflowViewListener
Remarks
FDataflowNodeView class implements common functions for single node based Dataflow views
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< Dataflow::FContext > | GetContext () |
||
| UDataflowEdNode * | |||
| TArray< FString > & | |||
| void | OnPinnedDownChanged
(
const bool State |
Callback for PinnedDown change | |
| void | OnRefreshLockedChanged
(
const bool State |
Callback for RefreshLock change | |
| bool | SelectedNodeHaveSupportedOutputTypes
(
UDataflowEdNode* InNode |
||
| void | SetContext
(
TSharedPtr< Dataflow::FContext >& InContext |
||
| void | |||
| void | Virtual functions to overwrite in view widget classes |
Overridden from IDataflowViewListener
| Type | Name | Description | |
|---|---|---|---|
| void | OnNodeInvalidated
(
FDataflowNode* InvalidatedNode |
||
| void | OnSelectedNodeChanged
(
UDataflowEdNode* InNode |
Virtual function overrides from IDataflowViewListener base class |