Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FGeometryCollection
| Name | ESimulationTypes |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollection.h |
| Include Path | #include "GeometryCollection/GeometryCollection.h" |
Syntax
enum ESimulationTypes
{
FST_None = 0,
FST_Rigid = 1,
FST_Clustered = 2,
FST_Max = 3,
}
Values
| Name | Remarks |
|---|---|
| FST_None | |
| FST_Rigid | |
| FST_Clustered | |
| FST_Max |