Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'ChaosCollisionEventRequestSettings' from its members
Inputs
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. |
Outputs
Type | Name | Description |
---|---|---|
struct | Chaos Collision Event Request Settings |