FIntVector::operator-=

Subtracts 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
)

Remarks

Subtracts from this point.

Returns

Reference to this point after subtraction.

Parameters

Parameter

Description

Other

The point to subtract from this point.