Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationAerodynamicsConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationAerodynamicsConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationAerodynamicsConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Aerodynamics properties configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetWeightedValue | Drag | The aerodynamic coefficient of drag applying on each particle. | |
| FChaosClothAssetWeightedValue | Lift | The aerodynamic coefficient of lift applying on each particle. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationAerodynamicsConfigNode, "SimulationAerodynam... | WindVelocity | The density of the medium in which the aerodynamic forces take place, usually air. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationAerodynamicsConfigNode
(
const Dataflow::FNodeParameters& InParam, |