Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIntPoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TIntPoint DivideAndRoundUp
(
TIntPoint lhs, |
Divide an int point and round up the result. | Math/IntPoint.h | |
static TIntPoint DivideAndRoundUp
(
TIntPoint lhs, |
Math/IntPoint.h |
DivideAndRoundUp(TIntPoint, IntType)
Description
Divide an int point and round up the result.
| Name | DivideAndRoundUp |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include Path | #include "Math/IntPoint.h" |
static TIntPoint DivideAndRoundUp
(
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
- DivideAndRoundDown
DivideAndRoundUp(TIntPoint, TIntPoint)
| Name | DivideAndRoundUp |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include Path | #include "Math/IntPoint.h" |
static TIntPoint DivideAndRoundUp
(
TIntPoint lhs,
TIntPoint Divisor
)