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 | |
|---|---|---|---|
| bool | bEnableOuterDrag | ||
| bool | bEnableOuterLift | ||
| FChaosClothAssetWeightedValue | Drag | The aerodynamic coefficient of drag applying on each particle. | |
| float | FluidDensity | The density of the medium in which the aerodynamic forces take place, usually air. | |
| FChaosClothAssetWeightedValue | Lift | The aerodynamic coefficient of lift applying on each particle. | |
| FChaosClothAssetWeightedValue | OuterDrag | The aerodynamic coefficient of drag applying on each particle when the air velocity is moving against the mesh normal direction. | |
| FChaosClothAssetWeightedValue | OuterLift | The aerodynamic coefficient of lift applying on each particle when the air velocity is moving against the mesh normal direction. | |
| FVector3f | WindVelocity | The fixed wind velocity [m/s] for this asset. For reference a wind gust is above 8m/s (18mph). | |
| EChaosSoftsSimulationSpace | WindVelocitySpace | Wind velocity is specified in this space. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationAerodynamicsConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationAerodynamicsConfigNode, |
|||
FName
(
"FClothCollection" |