Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Box
Checks whether the given bounding box A intersects this bounding box B.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | A | The bounding box to check intersection against |
| struct | B | The bounding box to intersect with. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | true if the boxes intersect, false otherwise. |