Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDIslandConstraintGroupSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumConstraints () |
The number of constraints of all types in the island. | Chaos/Island/IslandGroup.h | |
int32 GetNumConstraints
(
const int32 ContainerId |
The number of constraints of the specific container type in the island. | Chaos/Island/IslandGroup.h |
GetNumConstraints()
Description
The number of constraints of all types in the island.
| Name | GetNumConstraints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Island/IslandGroup.h |
| Include Path | #include "Chaos/Island/IslandGroup.h" |
int32 GetNumConstraints() const
GetNumConstraints(const int32)
Description
The number of constraints of the specific container type in the island.
| Name | GetNumConstraints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Island/IslandGroup.h |
| Include Path | #include "Chaos/Island/IslandGroup.h" |
int32 GetNumConstraints
(
const int32 ContainerId
) const