TRigidParticles::SetDisabledLowLevel

DisableParticle/EnableParticle on Evolution should be used.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/RigidParticles.h"

Syntax

void SetDisabledLowLevel
(
    const int32 Index,
    bool disabled
)

Remarks

DisableParticle/EnableParticle on Evolution should be used. Don't disable particles with this. Using this will break stuff. This is for solver's use only, and possibly some particle construction/copy code.

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