Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDConstraintContainer
Description
Create a constraint solver for an Evolution with Graph support (World evolution). The system will create several of these: usually one per worker thread (Island Group) but possibly more in complex scenes where constraint coloring is being used. It will be used to solve constraints in groups, with the constraints in each group determined by the graph/islands/islandgroups.
Derived Overrides
- FCharacterGroundConstraintContainer::CreateGroupSolver
- FPBDCollisionConstraints::CreateGroupSolver
- FPBDJointConstraints::CreateGroupSolver
- TPBDIndexedConstraintContainer::CreateGroupSolver
| Name | CreateGroupSolver |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDConstraintContainer.h |
| Include Path | #include "Chaos/PBDConstraintContainer.h" |
TUniquePtr < FConstraintContainerSolver > CreateGroupSolver
(
const int32 Priority
)