Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTwoVectors
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTwoVectors operator*
(
float Scale |
Gets result of scaling pair of vectors. | Math/TwoVectors.h | |
FTwoVectors operator*
(
const FTwoVectors& V |
Gets result of multiplying two pairs of vectors. | Math/TwoVectors.h |
operator*(float)
Description
Gets result of scaling pair of vectors.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include Path | #include "Math/TwoVectors.h" |
FTwoVectors operator*
(
float Scale
) const
Result of Scaling.
Parameters
| Name | Remarks |
|---|---|
| Scale | The scaling factor. |
operator*(const FTwoVectors &)
Description
Gets result of multiplying two pairs of vectors.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include Path | #include "Math/TwoVectors.h" |
FTwoVectors operator*
(
const FTwoVectors & V
) const
Result of multiplication.
Parameters
| Name | Remarks |
|---|---|
| V | The pair to multiply with. |