Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Chaos Collision Event Request Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Chaos Collision Event Request Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Max Number Results | The maximum number of results to return. |
| real | Min Mass | The minimum mass threshold for the results (compared with min of particle 1 mass and particle 2 mass). |
| real | Min Speed | The min speed threshold for the results (compared with min of particle 1 speed and particle 2 speed). |
| real | Min Impulse | The minimum impulse threshold for the results. |
| real | Max Distance | The maximum distance threshold for the results. |
| enum | Sort Method | The method used to sort the collision events. |