Navigation
API > API/Runtime > API/Runtime/DataflowSimulation
Dataflow simulation physics solver proxy (PT)
| Name | FDataflowPhysicsSolverProxy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/Interfaces/DataflowPhysicsSolver.h |
| Include Path | #include "Dataflow/Interfaces/DataflowPhysicsSolver.h" |
Syntax
USTRUCT ()
struct FDataflowPhysicsSolverProxy : public FDataflowSimulationProxy
Inheritance Hierarchy
- FDataflowSimulationProxy → FDataflowPhysicsSolverProxy
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowPhysicsSolverProxy() |
Dataflow/Interfaces/DataflowPhysicsSolver.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataflowPhysicsSolverProxy() |
Dataflow/Interfaces/DataflowPhysicsSolver.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AdvanceSolverDatas
(
const float DeltaTime |
Advance the solver datas in time | Dataflow/Interfaces/DataflowPhysicsSolver.h | |
virtual float GetTimeStep() |
Get the solver time step | Dataflow/Interfaces/DataflowPhysicsSolver.h | |
virtual void ReadRestartData() |
Advance the solver datas in time | Dataflow/Interfaces/DataflowPhysicsSolver.h |
Overridden from FDataflowSimulationProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UScriptStruct * GetScriptStruct() |
Get the proxy script struct | Dataflow/Interfaces/DataflowPhysicsSolver.h |