Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/IntRect.h |
Include |
#include "Math/IntRect.h" |
Test whether this rectangle contains a point.
true if the rectangle contains the specified point,, false otherwise..
Parameter |
Description |
---|---|
Point |
The point to test against. |