Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosCollisionEventFilter.h |
| Include | #include "ChaosCollisionEventFilter.h" |
Syntax
USTRUCT (BlueprintType )
struct FChaosCollisionEventRequestSettings
Remarks
Settings used to define collision event requests.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MaxDistance | The maximum distance threshold for the results. | |
| int32 | MaxNumberResults | The maximum number of results to return. | |
| float | MinImpulse | The minimum impulse threshold for the results. | |
| float | MinMass | The minimum mass threshold for the results (compared with min of particle 1 mass and particle 2 mass). | |
| float | MinSpeed | The min speed threshold for the results (compared with min of particle 1 speed and particle 2 speed). | |
| EChaosCollisionSortMethod | SortMethod | The method used to sort the collision events. |
Constructors
| Type | Name | Description | |
|---|---|---|---|