Navigation
BlueprintAPI > BlueprintAPI/ClothComponent
Find the current interactor for the cloth outfit associated with this cloth component. The default parameter values will always find the interactor when the cloth component is using a cloth asset. When using an outfit asset, an interactor from each cloth simulation models can be chosen by specifying either the model index or the model name. The solver properties interactor can also be obtained on model index 0 as it is shared across all models, but only set on the first one.
Target is Chaos Cloth Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| integer | Model Index | The index of the outfit simulation model to retrieve the interactor for. Can be ignored or used as a fallback when seraching by name. Must be 0 for the solver interactor. |
| name | Cloth Simulation Model Name | The name of the outfit model to retrieve the interactor for. Leave it empty to use the ModelIndex instead of when retieving the solver interactor. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value |