FIntVector::DivideAndRoundUp

Divide an int point and round up the result.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

static FIntVector DivideAndRoundUp
(
    FIntVector lhs,
    int32 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.