Navigation
API > API/Runtime > API/Runtime/Chaos
A list of particles held in a array. O(N) find/remove so only for use on small lists.
| Name | TParticleArray |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsSOAs.h |
| Include Path | #include "Chaos/PBDRigidsSOAs.h" |
Syntax
template<typename TParticleType>
class TParticleArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TParticleArray() |
Chaos/PBDRigidsSOAs.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContainerListMask | EGeometryParticleListMask | Chaos/PBDRigidsSOAs.h | ||
| ParticleArray | TArray< TParticleType * > | Chaos/PBDRigidsSOAs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const TParticleType* Particle |
Chaos/PBDRigidsSOAs.h | ||
| Chaos/PBDRigidsSOAs.h | |||
| Chaos/PBDRigidsSOAs.h | |||
EGeometryParticleListMask GetContainerListMask() |
Chaos/PBDRigidsSOAs.h | ||
void Insert
(
TParticleType* Particle |
Chaos/PBDRigidsSOAs.h | ||
void Remove
(
TParticleType* Particle |
Chaos/PBDRigidsSOAs.h | ||
void Reset() |
Chaos/PBDRigidsSOAs.h | ||
void SetContainerListMask
(
const EGeometryParticleListMask InMask |
Chaos/PBDRigidsSOAs.h |
See Also
- TParticleArrayMap