Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
TODO support min, max and ranged length constraints.
| Name | ERigParticleSimulationConstraintType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigParticleSimulation.h |
| Include Path | #include "RigParticleSimulation.h" |
Syntax
enum ERigParticleSimulationConstraintType
{
Hard,
Soft,
}
Values
| Name | Remarks |
|---|---|
| Hard | The target distance will be enforced as hard as possible. |
| Soft | The target distance will be enforced softly, based on the strengths. |