unreal.ChaosCollisionSortMethod

class unreal.ChaosCollisionSortMethod

Bases: unreal.EnumBase

Enumeration defining how to sort collision results

C++ Source:

  • Module: GeometryCollectionEngine

  • File: ChaosCollisionEventFilter.h

SORT_BY_HIGHEST_IMPULSE

3

SORT_BY_HIGHEST_MASS

1

SORT_BY_HIGHEST_SPEED

2

SORT_BY_NEAREST_FIRST

4

SORT_NONE

0