Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDJointConstraints
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetUseLinearSolver
(
const bool bUseLinearSolverIn |
Chaos/PBDJointConstraints.h | ||
void SetUseLinearSolver
(
int32 ConstraintIndex, |
Set the option to use linear solver for a constraint by index | Chaos/PBDJointConstraints.h |
SetUseLinearSolver(const bool)
| Name | SetUseLinearSolver |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDJointConstraints.h |
| Include Path | #include "Chaos/PBDJointConstraints.h" |
void SetUseLinearSolver
(
const bool bUseLinearSolverIn
)
SetUseLinearSolver(int32, bool)
Description
Set the option to use linear solver for a constraint by index
| Name | SetUseLinearSolver |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDJointConstraints.h |
| Include Path | #include "Chaos/PBDJointConstraints.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDJointConstraints.cpp |
void SetUseLinearSolver
(
int32 ConstraintIndex,
bool InbUseLinearSolver
)