Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Geometry
Determines whether the given point is in a box. Includes points on the box.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Point | Point to test |
| vector | Box Origin | Origin of the box |
| vector | Box Extent | Extents of the box (distance in each axis from origin) |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | Whether the point is in the box. |