Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Oriented Box' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Oriented Box |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Center | Holds the center of the box. |
| vector | Axis X | Holds the x-axis vector of the box. Must be a unit vector. |
| vector | Axis Y | Holds the y-axis vector of the box. Must be a unit vector. |
| vector | Axis Z | Holds the z-axis vector of the box. Must be a unit vector. |
| real | Extent X | Holds the extent of the box along its x-axis. |
| real | Extent Y | Holds the extent of the box along its y-axis. |
| real | Extent Z | Holds the extent of the box along its z-axis. |