Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Box
Calculates the closest point on or inside the box to a given point in space.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Box | The box to check if the point is inside of |
| vector | Point | The point in space |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Return Value | The closest point on or inside the box. |