Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/Dataflow
Inheritance Hierarchy
- UObject
- UDataflowContextObject
- UDataflowBaseContent
- UDataflowSkeletalContent
References
| Module | DataflowEngine |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowContent.h |
| Include | #include "Dataflow/DataflowContent.h" |
Syntax
UCLASS ()
class UDataflowContextObject : public UObject
Remarks
Context object used for selection/rendering
Variables
| Type | Name | Description | |
|---|---|---|---|
| Dataflow::EDataflowPatternVertexType | ConstructionViewMode | Construction view mode for the context object | |
| TSharedPtr< FManagedArrayCollection > | PrimaryRenderCollection | Render collection to be used | |
| TObjectPtr< UDataflowEdNode > | PrimarySelectedNode | Primary node that is selected in the graph |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Dataflow::EDataflowPatternVertexType | |||
| TSharedPtr< const FManagedArrayCollection > | |||
| TObjectPtr< UDataflowEdNode > | |||
| NodeType * | Get a single selected node of the specified type. | ||
| void | ViewMode Access | ||
| void | SetPrimaryRenderCollection
(
const TSharedPtr< FManagedArrayCollection >& InCollection |
Render Collection used to generate the DynamicMesh3D on the PrimarySelection | |
| void | SetPrimarySelectedNode
(
TObjectPtr< UDataflowEdNode > InSelectedNode |
Selection Collection Access |