Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Box
Returns the overlap TBox
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | A | The bounding box to test |
| struct | B | The bounding box to test overlap against |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | the overlap box. It can be 0 if they don't overlap |