FVector2D::operator|

Calculates dot product of this vector and another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector2D.h"

Syntax

float operator|
(
    const FVector2D & V
) const

Remarks

Calculates dot product of this vector and another.

Returns

The dot product.

Parameters

Parameter

Description

V

The other vector.

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