Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosRemovalEventFilter.h |
| Include | #include "ChaosRemovalEventFilter.h" |
Syntax
enum EChaosRemovalSortMethod
{
SortNone,
SortByHighestMass,
SortByNearestFirst,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| SortNone | |
| SortByHighestMass | |
| SortByNearestFirst | |
| UMETA |
Remarks
Enumeration defining how to sort removal results.