Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDConstraintGroupSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GatherConstraints
(
const FReal Dt |
Collect all the data for all constraint solvers from their respective constraints. | Chaos/Evolution/ConstraintGroupSolver.h | |
void GatherConstraints
(
const FReal Dt, |
Collect all the data for the specified range of constraint solvers from their respective constraints. | Chaos/Evolution/ConstraintGroupSolver.h |
GatherConstraints(const FReal)
Description
Collect all the data for all constraint solvers from their respective constraints.
| Name | GatherConstraints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Evolution/ConstraintGroupSolver.h |
| Include Path | #include "Chaos/Evolution/ConstraintGroupSolver.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/Evolution/ConstraintGroupSolver.cpp |
void GatherConstraints
(
const FReal Dt
)
GatherConstraints(const FReal, const int32, const int32)
Description
Collect all the data for the specified range of constraint solvers from their respective constraints. Will be called from multiple threads with different non-overlapping indices.
| Name | GatherConstraints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Evolution/ConstraintGroupSolver.h |
| Include Path | #include "Chaos/Evolution/ConstraintGroupSolver.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/Evolution/ConstraintGroupSolver.cpp |
void GatherConstraints
(
const FReal Dt,
const int32 BeginConstraintIndex,
const int32 EndConstraintIndex
)