Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
Aerodynamics properties configuration node.
| Name | FChaosClothAssetSimulationAerodynamicsConfigNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationAerodynamicsConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationAerodynamicsConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetSimulationBaseConfigNode → FChaosClothAssetSimulationAerodynamicsConfigNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetSimulationAerodynamicsConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableOuterDrag | bool | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
|
| bEnableOuterLift | bool | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
|
| Drag | FChaosClothAssetWeightedValue | The aerodynamic coefficient of drag applying on each particle. | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
| FluidDensity | float | The density of the medium in which the aerodynamic forces take place, usually air. | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
| Lift | FChaosClothAssetWeightedValue | The aerodynamic coefficient of lift applying on each particle. | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
| OuterDrag | FChaosClothAssetWeightedValue | The aerodynamic coefficient of drag applying on each particle when the air velocity is moving against the mesh normal direction. | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
| OuterLift | FChaosClothAssetWeightedValue | The aerodynamic coefficient of lift applying on each particle when the air velocity is moving against the mesh normal direction. | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
| TurbulenceRatio | float | Ratio of aerodynamic forces applied as turbulent rather than laminar flow. | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
| WindVelocity | FVector3f | The fixed wind velocity [m/s] for this asset. For reference a wind gust is above 8m/s (18mph). | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
| WindVelocitySpace | EChaosSoftsSimulationSpace | Wind velocity is specified in this space. | ChaosClothAsset/SimulationAerodynamicsConfigNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationAerodynamicsConfigNode, |
ChaosClothAsset/SimulationAerodynamicsConfigNode.h | ||
FName
(
"FClothCollection" |
ChaosClothAsset/SimulationAerodynamicsConfigNode.h |