Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TParticleMapArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
const TArrayView< FPBDRigidParticleHandle* >& ParticlesToRemove |
Remove a list of particles from the map array in O(k) (Find, RemoveAtSwap and Remove are O(1)) | Chaos/PBDRigidsSOAs.h | |
void Remove
(
TParticleType* Particle |
Chaos/PBDRigidsSOAs.h |
Remove(const TArrayView< FPBDRigidParticleHandle * > &)
Description
Remove a list of particles from the map array in O(k) (Find, RemoveAtSwap and Remove are O(1))
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsSOAs.h |
| Include Path | #include "Chaos/PBDRigidsSOAs.h" |
void Remove
(
const TArrayView < FPBDRigidParticleHandle * > & ParticlesToRemove
)
Remove(TParticleType *)
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsSOAs.h |
| Include Path | #include "Chaos/PBDRigidsSOAs.h" |
void Remove
(
TParticleType * Particle
)