EChaosClothTetherMode

Long range attachment options. Deprecated.

Windows
MacOS
Linux

References

Module

ChaosCloth

Header

/Engine/Plugins/Experimental/ChaosCloth/Source/Chaos/Public/ChaosCloth/ChaosClothConfig.h

Include

#include "ChaosCloth/ChaosClothConfig.h"

Syntax

enum EChaosClothTetherMode
{
    FastTetherFastLength,
    AccurateTetherFastLength,
    AccurateTetherAccurateLength,
    MaxChaosClothTetherMode,
}

Values

Name

Description

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

Remarks

Long range attachment options. Deprecated.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss