Navigation
API > API/Runtime > API/Runtime/DataflowSimulation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAdvancePhysicsSolversDataflowNode | Advance the simulation physics solver in time | ||
| FDataflowExecutionNode | FDataflowExecutionNode Base class for the execute the dataflow simulation graph. | ||
| FDataflowInvalidNode | FDataflowInvalidNode Base class for invalid nodes within the Dataflow graph. | ||
| FDataflowSimulationAsset | Dataflow simulation asset (should be in the interface children) | ||
| FDataflowSimulationData | Per dataflow graph simulation data type (data interfaces + simulation context) | ||
| FDataflowSimulationNode | FDataflowSimulationNode Base class for simulation nodes within the Dataflow graph. | ||
| FDataflowSimulationProperty | Dataflow simulation property | ||
| FDataflowSimulationProxy | Dataflow simulation proxy used for simulation (PT) | ||
| FDataflowSimulationTime | Get the dataflow simulation time | ||
| FFilterSimulationProxiesDataflowNode | Filter simulation proxies from context | ||
| FGetPhysicsSolversDataflowNode | Get physics solvers from context | ||
| FGetSimulationTimeDataflowNode | Get the context simulation time | ||
| FSimulationProxiesTerminalDataflowNode | Main terminal node for simulation proxies | ||
| IDataflowSimulationActor | |||
| IDataflowSimulationInterface | Dataflow simulation interface to send/receive datas (GT <-> PT) | ||
| IDataflowSimulationPlugin | The public interface to this module | ||
| TSimulationContext | Simulation context that will be used by all the simulation nodes | ||
| UDataflowSimulationActor | Dataflow simulation actor interface to be able to call BP events before/after the manager ticking in case we need it | ||
| UDataflowSimulationInterface | |||
| UDataflowSimulationManager |
Typedefs
| Name | Description |
|---|---|
| FDataflowSimulationContext | |
| FDataflowSimulationContextThreaded |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UE::Dataflow::EvaluateSimulationGraph
(
const TObjectPtr< UDataflow >& SimulationGraph, |
Evaluate the simulation graph given a simulation context and a simulation flag |