Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TABTestingConstraintContainerSol-
Description
Set the maximum number of constraints the solver will have to handle. This will be called only once per tick, so containers resized here will not have to resize again this tick so that pointers to elements in the container will remain valid for the tick (but not beyond).
Virtual Inheritance
- FConstraintContainerSolver::Reset → TABTestingConstraintContainerSolver::Reset
| Name | Reset |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Evolution/ABTestingConstraintContainerSolver.h |
| Include Path | #include "Chaos/Evolution/ABTestingConstraintContainerSolver.h" |
virtual void Reset
(
const int32 MaxConstraints
)