Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSimulationBaseConfigNode
- FChaosClothAssetSimulationSolverConfigNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationSolverConfigNode.h |
| Include | #include "ChaosClothAsset/SimulationSolverConfigNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSimulationSolverConfigNode : public FChaosClothAssetSimulationBaseConfigNode
Remarks
Solver properties configuration node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableDynamicSubstepping | Enable dynamic substepping. | |
| bool | bEnableNumSelfCollisionSubsteps | Enable setting separate SelfCollisionSubsteps. | |
| float | DynamicSubstepDeltaTime | Choose the number of substeps based on a target substep delta time in milliseconds. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSimulationSolverConfigNode, "SimulationSolverConfig", ... | MaxNumIterations | The number of time step dependent solver iterations. | |
| int32 | NumSelfCollisionSubsteps | Set a separate number of self collision substeps. | |
| FChaosClothAssetImportedIntValue | NumSubstepsImported | The number of solver substeps. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSimulationSolverConfigNode
(
const UE::Dataflow::FNodeParameters& InParam, |