Navigation
API > API/Runtime > API/Runtime/DataflowSimulation > API/Runtime/DataflowSimulation/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FDataflowSimulationNode
- FDataflowExecutionNode
- FSimulationProxiesTerminalDataflowNode
References
| Module | DataflowSimulation |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationNodes.h |
| Include | #include "Dataflow/DataflowSimulationNodes.h" |
Syntax
USTRUCT ()
struct FDataflowExecutionNode : public FDataflowSimulationNode
Remarks
FDataflowExecutionNode Base class for the execute the dataflow simulation graph.
Execution nodes are used to pull the graph from the calling client.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowExecutionNode
(
const UE::Dataflow::FNodeParameters& Param, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| FDataflowNode interface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | StaticType () |
Overridden from FDataflowSimulationNode
| Type | Name | Description | |
|---|---|---|---|
| bool | IsA
(
FName InType |