Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox > API/Runtime/Core/Math/TBox/IsInsideXY
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
bool IsInsideXY
(
const TVector < T > & In
) const
Remarks
Checks whether the given location is inside this box in the XY plane.
This function assumes boxes have open bounds, i.e. points lying on the border of the box are not inside. Use IsInsideOrOnXY to include borders in the test. true if location is inside this box in the XY plane.
Parameters
| Name | Description |
|---|---|
| In | The location to test for inside the bounding box. |