Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDConstraintGroupSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GatherBodies
(
const FReal Dt |
Collect all the data for all solver bodies from their respective particles. | Chaos/Evolution/ConstraintGroupSolver.h | |
void GatherBodies
(
const FReal Dt, |
Collect all the data for the specified range of solver bodies from their respective particles. | Chaos/Evolution/ConstraintGroupSolver.h |
GatherBodies(const FReal)
Description
Collect all the data for all solver bodies from their respective particles.
| Name | GatherBodies |
| 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 GatherBodies
(
const FReal Dt
)
GatherBodies(const FReal, const int32, const int32)
Description
Collect all the data for the specified range of solver bodies from their respective particles. Will be called from multiple threads with different non-overlapping indices.
| Name | GatherBodies |
| 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 GatherBodies
(
const FReal Dt,
const int32 BeginBodyIndex,
const int32 EndBodyIndex
)