Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/IntVector.h |
Include |
#include "Math/IntVector.h" |
static FIntVector DivideAndRoundUp
(
FIntVector lhs,
int32 Divisor
)
Divide an int point and round up the result.
A new divided int point.
Parameter |
Description |
---|---|
lhs |
The int point being divided. |
Divisor |
What to divide the int point by. |