Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
Enumeration defining how to sort breaking results.
| Name | EChaosBreakingSortMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosBreakingEventFilter.h |
| Include Path | #include "ChaosBreakingEventFilter.h" |
Syntax
enum EChaosBreakingSortMethod
{
SortNone,
SortByHighestMass,
SortByHighestSpeed,
SortByNearestFirst,
Count,
}
Values
| Name | Remarks |
|---|---|
| SortNone | |
| SortByHighestMass | |
| SortByHighestSpeed | |
| SortByNearestFirst | |
| Count |