FIntVector::operator/

Gets the result of division on this point.

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

FIntVector operator/
(
    int32 Divisor
) const

Remarks

Gets the result of division on this point.

Returns

A new divided int point.

Parameters

Parameter

Description

Divisor

What to divide the point by.