Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TRigidParticles
Description
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.
| Name | SetDisabledLowLevel |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/RigidParticles.h |
| Include Path | #include "Chaos/RigidParticles.h" |
void SetDisabledLowLevel
(
const int32 Index,
bool InDisabled
)