Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationCollisionConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationCollisionConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationCollisionConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationCollisionConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Physics mesh collision properties configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseCCD | Use continuous collision detection (CCD) to prevent any missed collisions between fast moving particles and colliders. | |
| FChaosClothAssetImportedFloatValue | FrictionCoefficientImported | Friction coefficient for cloth - collider interaction. | |
| float | ProximityStiffness | Stiffness for proximity repulsion forces (Force-based solver only). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationCollisionConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationCollisionConfigNode, |
The added thickness of collision shapes. |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Override this method to provide custom serialization for this node. |
Constants
| Name | Description |
|---|---|
| CollisionThicknessDeprecatedDefault | Deprecated properties. |
| FrictionCoefficientDeprecatedDefault |