Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosRemovalEventFilter.h |
Include |
#include "ChaosRemovalEventFilter.h" |
enum EChaosRemovalSortMethod
{
SortNone,
SortByHighestMass,
SortByNearestFirst,
Count,
}
Name |
Description |
---|---|
SortNone |
|
SortByHighestMass |
|
SortByNearestFirst |
|
Count |
Enumeration defining how to sort removal results.