Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDRigidsSOAs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddToList
(
TParticleHandleType* Particle, |
Add a particle to the specified SOA/List and update its ListMask. | Chaos/PBDRigidsSOAs.h | |
| Add a set of particles to the specified SOA/List and update their ListMasks. | Chaos/PBDRigidsSOAs.h |
AddToList(TParticleHandleType *, TListType &)
Description
Add a particle to the specified SOA/List and update its ListMask.
| Name | AddToList |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsSOAs.h |
| Include Path | #include "Chaos/PBDRigidsSOAs.h" |
template<typename TListType, typename TParticleHandleType>
void AddToList
(
TParticleHandleType * Particle,
TListType & List
)
AddToList(const TArray< TParticleHandleType * >, TListType &)
Description
Add a set of particles to the specified SOA/List and update their ListMasks.
| Name | AddToList |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsSOAs.h |
| Include Path | #include "Chaos/PBDRigidsSOAs.h" |
template<typename TListType, typename TParticleHandleType>
void AddToList
(
const TArray < TParticleHandleType * > Particles,
TListType & List
)