Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationSelfCollisionSpheresConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationSelfCollisionSpheresConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationSelfCollisionSpheresConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationSelfCollisionSpheresConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Self-collision spheres properties configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | SelfCollisionSphereRadiusCullMultiplier | Multiplier for culling the spheres generated by this node. | |
| FString | SelfCollisionSphereSetName | The name of the output selection generated from the unculled vertices that receives the collision spheres. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationSelfCollisionSpheresConfigNode, "SimulationS... | SelfCollisionSphereStiffness | The radius of the spheres used in self collision centered at each vertex. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationSelfCollisionSpheresConfigNode
(
const Dataflow::FNodeParameters& InParam, |