Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
Damping properties configuration node.
| Name | FChaosClothAssetSimulationDampingConfigNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationDampingConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationDampingConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationDampingConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetSimulationBaseConfigNode → FChaosClothAssetSimulationDampingConfigNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetSimulationDampingConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/SimulationDampingConfigNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DeprecatedDampingCoefficientValue | float | Deprecated properties. | ChaosClothAsset/SimulationDampingConfigNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LocalDampingAngularCoefficient | float | The amount of local angular damping applied to the cloth velocities. | ChaosClothAsset/SimulationDampingConfigNode.h |
|
| LocalDampingLinearCoefficient | float | The amount of local linear damping applied to the cloth velocities. | ChaosClothAsset/SimulationDampingConfigNode.h |
|
| LocalDampingSpace | EChaosSoftsLocalDampingSpace | The space in which local damping is calculated. | ChaosClothAsset/SimulationDampingConfigNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationDampingConfigNode, |
The amount of global damping applied to the cloth velocities, also known as point damping. | ChaosClothAsset/SimulationDampingConfigNode.h | |
virtual void Serialize
(
FArchive& Ar |
ChaosClothAsset/SimulationDampingConfigNode.h |