Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDRigidsEvolutionGBF
Description
Change the settings of a joint constraint. NOTE: May recreate the joint which would change the handle pointer. (Currently only when changing linear/non-linear solver type)
| Name | SetJointConstraintSettings |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsEvolutionGBF.h |
| Include Path | #include "Chaos/PBDRigidsEvolutionGBF.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDRigidsEvolutionGBF.cpp |
FPBDJointConstraintHandle * SetJointConstraintSettings
(
FPBDJointConstraintHandle * InJointHandle,
const FPBDJointSettings & InJointSettings
)