Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDConstraintGroupSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ScatterConstraints
(
const FReal Dt |
Push results from all constraint solvers back to their respective constraints. | Chaos/Evolution/ConstraintGroupSolver.h | |
void ScatterConstraints
(
const FReal Dt, |
Push results from the specified range of constraint solvers back to their respective constraints.Will be called from multiple threads with different non-overlapping indices. | Chaos/Evolution/ConstraintGroupSolver.h |
ScatterConstraints(const FReal)
Description
Push results from all constraint solvers back to their respective constraints.
| Name | ScatterConstraints |
| 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 ScatterConstraints
(
const FReal Dt
)
ScatterConstraints(const FReal, const int32, const int32)
Description
Push results from the specified range of constraint solvers back to their respective constraints.Will be called from multiple threads with different non-overlapping indices. The range covers all constraint types.
| Name | ScatterConstraints |
| 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 ScatterConstraints
(
const FReal Dt,
const int32 BeginConstraintIndex,
const int32 EndConstraintIndex
)