FPBDConstraintGraph::DisableParticles

Disable a set of particles and remove them from their 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 DisableParticles
(
    const TSet< TGeometryParticleHandle< FReal, 3 > * > & Particles
)

Remarks

Disable a set of particles and remove them from their 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