FVector2D::operator!=

Compares this vector against another for inequality.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Vector2D.h

Include

#include "Math/Vector2D.h"

Syntax

bool operator!=
(
    const FVector2D & V
) const

Remarks

Compares this vector against another for inequality.

Returns

true if the two vectors are not equal, otherwise false.

Parameters

Parameter

Description

V

The vector to compare against.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss