Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FGCObject
- IDataflowViewListener
- FDataflowNodeView
- FDataflowCollectionSpreadSheet
- FDataflowSelectionView
- FDataflowSkeletonView
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowView.h |
| Include | #include "Dataflow/DataflowView.h" |
Syntax
class FDataflowNodeView :
public FGCObject ,
public IDataflowViewListener
Remarks
FDataflowNodeView class implements common functions for single node based Dataflow views
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowNodeView
(
TObjectPtr< UDataflowBaseContent > InContent |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConstructionViewSelectionChanged
(
const TArray< UPrimitiveComponent* >& InComponent |
||
| TObjectPtr< UDataflowBaseContent > | |||
| 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 | |||
| void | Virtual functions to overwrite in view widget classes |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
FGCObject interface | |
| FString | Overload this method to report a name for your referencer |
Overridden from IDataflowViewListener
| Type | Name | Description | |
|---|---|---|---|
| void | OnConstructionViewSelectionChanged
(
const TArray< UPrimitiveComponent* >& InNode |
Virtual function overrides from IDataflowViewListener base class | |
| void | OnNodeInvalidated
(
FDataflowNode* InvalidatedNode |
||
| void | OnSelectedNodeChanged
(
UDataflowEdNode* InNode |