Navigation
API > API/Plugins > API/Plugins/ChaosCloth
Fictitious forces model. Decide how fictitious forces (e.g. centrifugal force) are applied to the simulation.
| Name | EChaosClothingSimulationSolverFictitiousForcesModel |
| Type | enum |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationSolver.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationSolver.h" |
Syntax
enum EChaosClothingSimulationSolverFictitiousForcesModel
{
None,
Legacy,
AppliedScale,
FullScale,
}
Values
| Name | Remarks |
|---|---|
| None | Don't apply fictitious forces. |
| Legacy | Use partial scaled angular velocity, fictitious forces are calculated from the portion of the scaled character velocities. Legacy behavior, use the FullScale model instead. |
| AppliedScale | Use applied angular velocity (velocities after clamping), fictitious forces are calculated from the applied scale character velocities. |
| FullScale | Use full angular velocity, fictitious forces are calculated from the full scale character velocities. |