FTwoVectors::operator*

Gets result of multiplying two pairs of vectors.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TwoVectors.h"

Syntax

FTwoVectors operator*
(
    const FTwoVectors & V
) const

Remarks

Gets result of multiplying two pairs of vectors.

Returns

Result of multiplication.

Parameters

Parameter

Description

V

The pair to multiply with.

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