Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Chaos Break Event' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Chaos Break Event |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Component | primitive component involved in the break event |
| vector | Location | World location of the breaking piece |
| struct | Orientation | World orientation of the breaking piece |
| vector | Velocity | Linear Velocity of the breaking particle |
| vector | Angular Velocity | Angular Velocity of the breaking particle |
| vector | Extents | Extents of the bounding box in local space of the breaking piece |
| real | Mass | Mass of the breaking particle |
| integer | Index | Index of the geometry collection bone if positive |
| boolean | From Crumble | Whether the break event originated from a crumble event |