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 |
| struct | Box | Box to test against |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | Whether the point is in the box. |