Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TPBDGeometryCollectionParticles |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDGeometryCollectionParticles.h |
| Include Path | #include "Chaos/PBDGeometryCollectionParticles.h" |
Syntax
template<class T, int d>
class TPBDGeometryCollectionParticles : public Chaos::TPBDRigidClusteredParticles< T, d >
Inheritance Hierarchy
- TArrayCollection → TParticles → TSimpleGeometryParticles → TGeometryParticlesImp → TKinematicGeometryParticlesImp → TRigidParticles → TPBDRigidParticles → TPBDRigidClusteredParticles → TPBDGeometryCollectionParticles
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/PBDGeometryCollectionParticles.h | |||
TPBDGeometryCollectionParticles
(
const TPBDRigidClusteredParticles< T, d >& Other |
Chaos/PBDGeometryCollectionParticles.h | ||
TPBDGeometryCollectionParticles
(
TPBDRigidClusteredParticles< T, d >&& Other |
Chaos/PBDGeometryCollectionParticles.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TPBDGeometryCollectionParticles() |
Chaos/PBDGeometryCollectionParticles.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| THandleType | TPBDGeometryCollectionParticleHandle< T, d > | Chaos/PBDGeometryCollectionParticles.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const THandleType * Handle
(
int32 Index |
Chaos/PBDGeometryCollectionParticles.h | ||
THandleType * Handle
(
int32 Index |
Chaos/PBDGeometryCollectionParticles.h |