Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/PhysicsProxy
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/FieldSystemProxyHelper.h |
| Include | #include "PhysicsProxy/FieldSystemProxyHelper.h" |
namespace Chaos
{
static void Chaos::UpdateMaterialDisableThreshold
(
Chaos::FPBDRigidsSolver * RigidSolver,
Chaos::FPBDRigidParticleHandle * RigidHandle,
const Chaos::FReal ResultThreshold
)
}
Remarks
Update the handle disable linear and angular theshold
Parameters
| Name | Description |
|---|---|
| Rigidsolver | Rigid solver owning the particle handle |
| RigidHandle | Particle handle on which the threshold will be updated |
| ResultThreshold | Threshoild to be set onto the handle |