Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/IntVector.h |
Include |
#include "Math/IntVector.h" |
FIntVector operator/
(
int32 Divisor
) const
Gets the result of division on this point.
A new divided int point.
Parameter |
Description |
---|---|
Divisor |
What to divide the point by. |