unreal.ChaosRemovalEventRequestSettings

class unreal.ChaosRemovalEventRequestSettings(max_number_of_results=0, min_mass=0.0, max_distance=0.0, sort_method=ChaosRemovalSortMethod.SORT_BY_HIGHEST_MASS)

Bases: unreal.StructBase

Chaos Removal Event Request Settings

C++ Source:

  • Module: GeometryCollectionEngine

  • File: ChaosRemovalEventFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • max_distance (float): [Read-Write] Max Distance: The maximum distance threshold for the results (if location is set on destruction event listener).

  • max_number_of_results (int32): [Read-Write] Max Number Of Results: The maximum number of results to return.

  • min_mass (float): [Read-Write] Min Mass: The minimum mass treshold for the results.

  • sort_method (ChaosRemovalSortMethod): [Read-Write] Sort Method: The method used to sort the removal events.

property max_distance

[Read-Write] Max Distance: The maximum distance threshold for the results (if location is set on destruction event listener).

Type

(float)

property max_number_of_results

[Read-Write] Max Number Of Results: The maximum number of results to return.

Type

(int32)

property min_mass

[Read-Write] Min Mass: The minimum mass treshold for the results.

Type

(float)

property sort_method

[Read-Write] Sort Method: The method used to sort the removal events.

Type

(ChaosRemovalSortMethod)