Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationDampingConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationDampingConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationDampingConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationDampingConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Damping properties configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | LocalDampingCoefficient | The amount of local damping applied to the cloth velocities. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationDampingConfigNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationDampingConfigNode, |
The amount of global damping applied to the cloth velocities, also known as point damping. |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Override this method to provide custom serialization for this node. |
Constants
| Name | Description |
|---|---|
| DeprecatedDampingCoefficientValue | Deprecated properties. |