Navigation
API > API/Runtime > API/Runtime/DataflowSimulation
FDataflowSimulationNode Base class for simulation nodes within the Dataflow graph.
Simulation nodes are used to simulate data from the calling client.
| Name | FDataflowSimulationNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationNodes.h |
| Include Path | #include "Dataflow/DataflowSimulationNodes.h" |
Syntax
USTRUCT ()
struct FDataflowSimulationNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowSimulationNode
Derived Classes
FDataflowSimulationNode derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/DataflowSimulationNodes.h | |||
FDataflowSimulationNode
(
const UE::Dataflow::FNodeParameters& Param, |
Dataflow/DataflowSimulationNodes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataflowSimulationNode() |
FDataflowNode interface | Dataflow/DataflowSimulationNodes.h |
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluate simulation dispatch | Dataflow/DataflowSimulationNodes.h | |
virtual bool IsA
(
FName InType |
Dataflow/DataflowSimulationNodes.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EvaluateSimulation
(
UE::Dataflow::FDataflowSimulationContext& SimulationContext, |
Evaluate simulation node given a simulation context | Dataflow/DataflowSimulationNodes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticType() |
Dataflow/DataflowSimulationNodes.h |