Navigation
API > API/Runtime > API/Runtime/Chaos
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/SolverEventFilters.h |
| Include | #include "SolverEventFilters.h" |
Syntax
struct FSolverCollisionFilterSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | FilterEnabled | Filter is enabled. | |
| 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 velocity threshold for the results (compared with min of particle 1 speed and particle 2 speed). |
Constructors
| Type | Name | Description | |
|---|---|---|---|