Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIntRect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TIntRect & operator()
(
int32 PointIndex |
Gets a specific point in this rectangle. | Math/IntRect.h | |
TIntRect & operator()
(
int32 PointIndex |
Gets a specific point in this rectangle. | Math/IntRect.h |
operator()(int32)
Description
Gets a specific point in this rectangle.
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include Path | #include "Math/IntRect.h" |
const TIntRect & operator()
(
int32 PointIndex
) const
Const reference to point in rectangle.
Parameters
| Name | Remarks |
|---|---|
| PointIndex | Index of Point in rectangle. |
operator()(int32)
Description
Gets a specific point in this rectangle.
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include Path | #include "Math/IntRect.h" |
TIntRect & operator()
(
int32 PointIndex
)
Reference to point in rectangle.
Parameters
| Name | Remarks |
|---|---|
| PointIndex | Index of Point in rectangle. |