Navigation
API > API/Runtime > API/Runtime/Chaos
Used for down casting when iterating over multiple SOAs.
| Name | Chaos::EParticleType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/GeometryParticlesfwd.h |
| Include Path | #include "Chaos/GeometryParticlesfwd.h" |
Syntax
namespace Chaos
{
enum EParticleType
{
Static,
Kinematic,
Rigid,
Clustered,
StaticMesh,
SkeletalMesh,
GeometryCollection,
Unknown,
}
}
Values
| Name | Remarks |
|---|---|
| Static | |
| Kinematic | |
| Rigid | |
| Clustered | |
| StaticMesh | |
| SkeletalMesh | |
| GeometryCollection | |
| Unknown |