Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Box
Utility function to build an box from an Origin and Extent
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Origin | The location of the bounding box. |
| vector | Extent | Half size of the bounding box. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | A new axis-aligned bounding box. |