Navigation
API > API/Runtime > API/Runtime/DataflowSimulation > API/Runtime/DataflowSimulation/Dataflow
Inheritance Hierarchy
- IDataflowSimulationInterface
- IDataflowCollisionObjectInterface
- IDataflowConstraintObjectInterface
- IDataflowPhysicsObjectInterface
- IDataflowPhysicsSolverInterface
- AChaosSolverActor
- UDeformableSolverComponent
References
| Module | DataflowSimulation |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationInterface.h |
| Include | #include "Dataflow/DataflowSimulationInterface.h" |
Syntax
class IDataflowSimulationInterface
Remarks
Dataflow simulation interface to send/receive datas (GT <-> PT)
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Build the simulation proxy | ||
| FDataflowSimulationAsset & | Get the dataflow simulation asset | ||
| const FDataflowSimulationAsset & | Get the const dataflow simulation asset | ||
| FString | Get the simulation name | ||
| const FDataflowSimulationProxy * | Get the const simulation proxy | ||
| FDataflowSimulationProxy * | Get the simulation proxy | ||
| FString | Get the simulation type | ||
| bool | IsInterfaceRegistered
(
const TObjectPtr< UWorld >& SimulationWorld |
Check if the interface has been registered to the manager | |
| void | PostProcessSimulation
(
const float DeltaTime |
Postprocess data after simulation | |
| void | PreProcessSimulation
(
const float DeltaTime |
Preprocess data before simulation | |
| void | ReadFromSimulation
(
const float DeltaTime, |
Read data received from the simulation proxy | |
| void | RegisterManagerInterface
(
const TObjectPtr< UWorld >& SimulationWorld |
Register simulation interface solver to manager | |
| void | Reset the simulation proxy | ||
| void | UnregisterManagerInterface
(
const TObjectPtr< UWorld >& SimulationWorld |
Unregister simulation interface from the manager | |
| void | WriteToSimulation
(
const float DeltaTime, |
Write data to be sent to the simulation proxy |