Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
bool IsInsideOrOn
(
const TVector2 < T > & TestPoint
) const
Remarks
Checks whether the given point is inside or on this box. true if point is inside or on this box, otherwise false.
Parameters
| Name | Description |
|---|---|
| Point | The point to test. |