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