FIntPoint::DivideAndRoundDown

Divide an int point and round down 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 DivideAndRoundDown
(
    FIntPoint lhs,
    int32 Divisor
)

Remarks

Divide an int point and round down 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