FIntPoint::DivideAndRoundUp

Divide an int point and round up the result.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/IntPoint.h

Include

#include "Math/IntPoint.h"

Syntax

static FIntPoint DivideAndRoundUp
(
    FIntPoint lhs,
    FIntPoint Divisor
)

Remarks

Divide an int point and round up the result.

Returns

A new divided int point.

Parameters

Parameter

Description

lhs

The int point being divided.

Divisor

What to divide the int point by.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss