DivideAndRoundUp

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Static

FIntRect

 

DivideAndRoundUp

(
    FIntRect lhs,
    int32 Div
)

Divides a rectangle and rounds up to the nearest integer.

Public function Static

FIntRect

 

DivideAndRoundUp

(
    FIntRect lhs,
    FIntPoint Div
)

Divides a rectangle and rounds up to the nearest integer.