Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset/FChaosClothAsset-_46
Syntax
UPROPERTY (EditAnywhere, Category=Simulation,
Meta=(UIMin="1", UIMax="10", ClampMin="1", ClampMax="100"))
DATAFLOW_NODE_DEFINE_INTERNAL, "SimulationSolverConfig", "Cloth", "Cloth SimulationSolver Config") public int32 MaxNumIterations
Remarks
The number of time step dependent solver iterations. This sets iterations at 60fps. NumIterations can never be bigger than MaxNumIterations. At lower fps up to MaxNumIterations may be used instead. At higher fps as low as one single iteration might be used. Higher number of iterations will increase the stiffness of all constraints and improve convergence, but will also increase the CPU cost of the simulation. The maximum number of solver iterations. This is the upper limit of the number of iterations set in solver, when the frame rate is lower than 60fps.