Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDRigidsEvolutionBase
Description
Register a constraint container with the evolution. Constraints added to the container will be solved during the tick.
we do not currently support removing containers. In a few places we assume the ContainerId is persistent and equal to the array index.
| Name | AddConstraintContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsEvolution.h |
| Include Path | #include "Chaos/PBDRigidsEvolution.h" |
void AddConstraintContainer
(
FPBDConstraintContainer & InContainer,
const int32 Priority
)