Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
Enumeration of the synchronizable data.
| Name | EGeometryCollectionParticlesData |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionParticlesData.h |
| Include Path | #include "GeometryCollection/GeometryCollectionParticlesData.h" |
Syntax
enum EGeometryCollectionParticlesData
{
X,
R,
Geometry,
GeometryType,
GeometryIsConvex,
GeometryHasBoundingBox,
GeometryBoxMin,
GeometryBoxMax,
GeometrySphereCenter,
GeometrySphereRadius,
GeometryLevelSetGrid,
V,
W,
F,
Torque,
I,
InvI,
M,
InvM,
CollisionParticlesSize,
Disabled,
Sleeping,
Island,
P,
Q,
PreV,
PreW,
ConnectivityEdges,
ChildToParentMap,
Count,
}
Values
| Name | Remarks |
|---|---|
| X | |
| R | |
| Geometry | |
| GeometryType | |
| GeometryIsConvex | |
| GeometryHasBoundingBox | |
| GeometryBoxMin | |
| GeometryBoxMax | |
| GeometrySphereCenter | |
| GeometrySphereRadius | |
| GeometryLevelSetGrid | |
| V | |
| W | |
| F | |
| Torque | |
| I | |
| InvI | |
| M | |
| InvM | |
| CollisionParticlesSize | |
| Disabled | |
| Sleeping | |
| Island | |
| P | |
| Q | |
| PreV | |
| PreW | |
| ConnectivityEdges | |
| ChildToParentMap | |
| Count |