Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosBreakingEventFilter.h |
| Include | #include "ChaosBreakingEventFilter.h" |
Syntax
struct FChaosBreakingEventRequestSettings
Remarks
Settings used to refine breaking event requests.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MaxDistance | The maximum distance threshold for the results. | |
| int32 | MaxNumberOfResults | The maximum number of results to return. | |
| float | MinMass | The minimum mass threshold for the results. | |
| float | MinRadius | The minimum breaking radius threshold for the results. | |
| float | MinSpeed | The minimum speed threshold for the results. | |
| EChaosBreakingSortMethod | SortMethod | The method used to sort the breaking events. |
Constructors
| Type | Name | Description | |
|---|---|---|---|