Navigation
API > API/Runtime > API/Runtime/Chaos
Used for down casting when iterating over multiple SOAs.
| Name | Chaos::EInternalClusterType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/GeometryParticlesfwd.h |
| Include Path | #include "Chaos/GeometryParticlesfwd.h" |
Syntax
namespace Chaos
{
enum EInternalClusterType
{
None,
KinematicOrStatic,
Dynamic,
ClusterUnion,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| KinematicOrStatic | |
| Dynamic | |
| ClusterUnion |