Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Box
Returns true if the InnerTest Box is is completely inside or on OuterTest Box
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Inner Test | The box to check if it is on the inside |
| struct | Outer Test | The box to check if InnerTest is within or on. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if InnerTest Box is is completely inside of or on OuterTest Box |