Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
Anim drive properties configuration node.
| Name | FChaosClothAssetSimulationAnimDriveConfigNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationAnimDriveConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationAnimDriveConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationAnimDriveConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetSimulationBaseConfigNode → FChaosClothAssetSimulationAnimDriveConfigNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetSimulationAnimDriveConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/SimulationAnimDriveConfigNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimDriveDamping | FChaosClothAssetWeightedValue | The damping amount of the anim drive. | ChaosClothAsset/SimulationAnimDriveConfigNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSimulationAnimDriveConfigNode, |
The strength of the constraint driving the cloth towards the animated skinned/goal mesh. | ChaosClothAsset/SimulationAnimDriveConfigNode.h |