Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Box
Checks whether the given location is inside this box.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Box | The box to test |
| vector | Point | The location to test for inside the bounding volume. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | true if location is inside this volume. |