Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TIntRect > API/Runtime/Core/Math/TIntRect/DivideAndRoundUp
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/IntRect.h |
| Include | #include "Math/IntRect.h" |
static TIntRect DivideAndRoundUp
&40;
TIntRect lhs,
IntType Div
&41;
Remarks
Divides a rectangle and rounds up to the nearest integer. New divided rectangle.
Parameters
| Name | Description |
|---|---|
| lhs | The Rectangle to divide. |
| Div | What to divide by. |