Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationVelocityScaleConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationVelocityScaleConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationVelocityScaleConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationVelocityScaleConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Velocity scale properties configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngularVelocityScale | The amount of angular velocities sent to the local cloth space from the reference bone (the closest bone to the root on which the cloth section has been skinned, or the root itself if the cloth isn't skinned). | |
| bool | bEnableAngularAccelerationClamping | Enable angular acceleration clamping. | |
| bool | bEnableAngularVelocityClamping | Enable angular velocity clamping. | |
| bool | bEnableLinearAccelerationClamping | Enable linear acceleration clamping. | |
| bool | bEnableLinearVelocityClamping | Enable linear velocity clamping. | |
| float | FictitiousAngularScale | The portion of the angular velocity that is used to calculate the strength of all fictitious forces (e.g. centrifugal force). | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationVelocityScaleConfigNode, "SimulationVelocity... | LinearVelocityScale | All vector properties on this node (e.g., Linear Velocity Scale, Max Linear Acceleration) will be evaluated in this space. | |
| float | MaxAngularAcceleration | The maximum amount of angular acceleration sent to the local cloth space from the reference bone (the closest bone to the root on which the cloth section has been skinned, or the root itself if the cloth isn't skinned). | |
| float | MaxAngularVelocity | The maximum amount of angular velocity sent to the local cloth space from the reference bone (the closest bone to the root on which the cloth section has been skinned, or the root itself if the cloth isn't skinned). | |
| FVector3f | MaxLinearAcceleration | The maximum amount of linear acceleration sent to the local cloth space from the reference bone (the closest bone to the root on which the cloth section has been skinned, or the root itself if the cloth isn't skinned). | |
| FVector3f | MaxLinearVelocity | The maximum amount of linear velocity sent to the local cloth space from the reference bone (the closest bone to the root on which the cloth section has been skinned, or the root itself if the cloth isn't skinned). | |
| float | MaxVelocityScale | Clamp on Linear and Angular Velocity Scale. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationVelocityScaleConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |