Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Box
Returns true if the InnerTest Box is is completely inside of the 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. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if InnerTest Box is is completely inside of OuterTest Box |