Chaos::UpdateMaterialDisableThreshold

Update the handle disable linear and angular theshold

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/FieldSystemProxyHelper.h

Include

#include "PhysicsProxy/FieldSystemProxyHelper.h"

Syntax

namespace Chaos
{
    void Chaos::UpdateMaterialDisableThreshold
    (
        Chaos::FPBDRigidsSolver * RigidSolver,
        Chaos::FPBDRigidParticleHandle * RigidHandle,
        const float ResultThreshold
    )
}

Remarks

Update the handle disable linear and angular theshold

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss