Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIntPoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TIntPoint DivideAndRoundDown
(
TIntPoint lhs, |
Divide an int point and round down the result. | Math/IntPoint.h | |
static TIntPoint DivideAndRoundDown
(
TIntPoint lhs, |
Math/IntPoint.h |
DivideAndRoundDown(TIntPoint, IntType)
Description
Divide an int point and round down the result.
| Name | DivideAndRoundDown |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include Path | #include "Math/IntPoint.h" |
static TIntPoint DivideAndRoundDown
(
TIntPoint lhs,
IntType Divisor
)
A new divided int point.
Parameters
| Name | Remarks |
|---|---|
| lhs | The int point being divided. |
| Divisor | What to divide the int point by. |
See Also
- DivideAndRoundUp
DivideAndRoundDown(TIntPoint, TIntPoint)
| Name | DivideAndRoundDown |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include Path | #include "Math/IntPoint.h" |
static TIntPoint DivideAndRoundDown
(
TIntPoint lhs,
TIntPoint Divisor
)