FIntVector::operator-

Gets the result of subtraction from 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-
(
    const FIntVector & Other
) const

Remarks

Gets the result of subtraction from this point.

Returns

A new subtracted int point.

Parameters

Parameter

Description

Other

The other point to subtract from this.