Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine > UPhysicsAsset
Syntax
FSolverIterations SolverIterations
Remarks
Old solver settings shown for reference. These will be removed at some point. When you open an old asset you should see that the settings were transferred to "SolverSettings" above. You should usually see: SolverSettings.PositionIterations = OldSettings.SolverIterations * OldSetting.JointIterations; SolverSettings.VelocityIterations = 1; SolverSettings.ProjectionIterations = 1;