Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIntRect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIntRect () |
Constructor | Math/IntRect.h | |
| Math/IntRect.h | |||
| Converts to another int type. Checks that the cast will succeed. | Math/IntRect.h | ||
TIntRect
(
IntPointType InMin, |
Constructor | Math/IntRect.h | |
TIntRect
(
IntType X0, |
Constructor | Math/IntRect.h |
TIntRect()
Description
Constructor
| Name | TIntRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include Path | #include "Math/IntRect.h" |
TIntRect()
TIntRect(const TIntRect &)
| Name | TIntRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include Path | #include "Math/IntRect.h" |
TIntRect
(
const TIntRect & Other
)
TIntRect(TIntRect< OtherIntType >)
Description
Converts to another int type. Checks that the cast will succeed.
| Name | TIntRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include Path | #include "Math/IntRect.h" |
template<typename OtherIntType>
TIntRect
(
TIntRect < OtherIntType > Other
)
TIntRect(IntPointType, IntPointType)
Description
Constructor
| Name | TIntRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include Path | #include "Math/IntRect.h" |
TIntRect
(
IntPointType InMin,
IntPointType InMax
)
Parameters
| Name | Remarks |
|---|---|
| InMin | Minimum Point (inclusive) |
| InMax | Maximum Point (exclusive) |
TIntRect(IntType, IntType, IntType, IntType)
Description
Constructor
| Name | TIntRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include Path | #include "Math/IntRect.h" |
TIntRect
(
IntType X0,
IntType Y0,
IntType X1,
IntType Y1
)
Parameters
| Name | Remarks |
|---|---|
| X0 | Minimum X coordinate (inclusive) |
| Y0 | Minimum Y coordinate (inclusive) |
| X1 | Maximum X coordinate (exclusive) |
| Y1 | Maximum Y coordinate (exclusive) |