FPBDConstraintGraph::DisableParticle

Disable a particle and remove it from its island.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDConstraintGraph.h

Include

#include "Chaos/PBDConstraintGraph.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDConstraintGraph.cpp

Syntax

void DisableParticle
(
    TGeometryParticleHandle< FReal, 3 > * Particle
)

Remarks

Disable a particle and remove it from its island.

: this does not remove any attached constraints - constraints need to be re-added and islands will need to be rebuilt.

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