Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Chaos Collision Event Data' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Chaos Collision Event Data |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Location | Location of the collision event |
| vector | Normal | Normal of the collision event |
| vector | Velocity 1 | The velocity of object 1 of the collision event |
| vector | Velocity 2 | The velocity of object 2 of the collision event |
| real | Mass 1 | The mass of object 1 of the collision event |
| real | Mass 2 | The mass of object 2 of the collision event |
| vector | Impulse | The accumulated impulse vector of the collision event |