Description
AddSolverDeformer (v1)
Add a graph deformer to the groom simulation
Input(s) : PhysicsSolvers - Physics solvers to advance in time SimulationTime - Delta time to use to advance the solver
Output(s): PhysicsSolvers [Passthrough] - Physics solvers to advance in time
Information
| Module | HairStrandsSolver |
| Category | Physics|Solver |
| Tags | DataflowSimulationTag |
| Type | FAddSolverDeformerDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| MeshDeformer | Graph deformer solver the component is using. Declared as base UMeshDeformer to be compatible with the MeshDeformer property type customization (which asserts the picker's AllowedClass is assignable to the property class). Cast to UOptimusDeformer at use sites. | TObjectPtr<UMeshDeformer> | None |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SimulationTime | Delta time to use to advance the solver | FDataflowSimulationTime | () |
| PhysicsSolvers | Physics solvers to advance in time | TArray<FDataflowSimulationProperty> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| PhysicsSolvers | Physics solvers to advance in time | TArray<FDataflowSimulationProperty> |