Navigation
API > API/Plugins > API/Plugins/ChaosCloth
Long range attachment options. Deprecated.
| Name | EChaosClothTetherMode |
| Type | enum |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothConfig.h |
| Include Path | #include "ChaosCloth/ChaosClothConfig.h" |
Syntax
enum EChaosClothTetherMode
{
FastTetherFastLength,
AccurateTetherFastLength,
AccurateTetherAccurateLength,
MaxChaosClothTetherMode,
}
Values
| Name | Remarks |
|---|---|
| FastTetherFastLength | Fast Tether Fast Length: Use fast euclidean methods to both setup the tethers and calculate their lengths. Fast initialization and simulation times, but is very prone to artifacts. |
| AccurateTetherFastLength | Accurate Tether Fast Length: Use the accurate geodesic method to setup the tethers and a fast euclidean method to calculate their lengths. Slow initialization times and fast simulation times, but can still be prone to artifacts. |
| AccurateTetherAccurateLength | Accurate Tether Accurate Length: Use accurate geodesic method to both setup the tethers and calculate their lengths. Slow initialization and simulation times, but this is the most accurate setting showing the less artifacts. |
| MaxChaosClothTetherMode |