This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
Returns bounding box of the given array of positions
Information
| Plugin | RigVM |
| Category | Math|Box |
| Tags | ArrayBounds,CreateBox,CreateBoundingBox,NewBox,NewBoundingBoxMakeBox,MakeBoundingBox,BoundingBox,Bbox,Bounds |
| Type | FRigVMFunction_MathBoxFromArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The array of input positions | TArray<FVector> | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Box | The resulting bounding box | Box | |
| Minimum | The resulting minimum value of the bounding box | Vector | |
| Maximum | The resulting maximum value of the bounding box | Vector | |
| Center | The resulting center value of the bounding box | Vector | |
| Size | The resulting size value of the bounding box | Vector |