unreal.ChaosCollisionSortMethod

class unreal.ChaosCollisionSortMethod

Bases: EnumBase

Enumeration defining how to sort collision results

C++ Source:

  • Module: GeometryCollectionEngine

  • File: ChaosCollisionEventFilter.h

SORT_BY_HIGHEST_IMPULSE: ChaosCollisionSortMethod

3

SORT_BY_HIGHEST_MASS: ChaosCollisionSortMethod

1

SORT_BY_HIGHEST_SPEED: ChaosCollisionSortMethod

2

SORT_BY_NEAREST_FIRST: ChaosCollisionSortMethod

4

SORT_NONE: ChaosCollisionSortMethod

0