Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor operator*
(
float Scalar, |
Math/Color.h | ||
TSHVectorRGB< Order > operator*
(
const TSHVector< Order >& A, |
Color multiplication operator. | Math/SHMath.h | |
FTwoVectors operator*
(
float Scale, |
FTwoVectors inline functions | Math/TwoVectors.h | |
| Pre-multiply a time span with the given scalar. | Misc/Timespan.h |
operator*(float, const FLinearColor &)
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Color.h |
| Include Path | #include "Math/Color.h" |
FLinearColor operator*
(
float Scalar,
const FLinearColor & Color
)
operator*(const TSHVector< Order > &, const FLinearColor &)
Description
Color multiplication operator.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/SHMath.h |
| Include Path | #include "Math/SHMath.h" |
template<int32 Order>
TSHVectorRGB < Order > operator*
(
const TSHVector < Order > & A,
const FLinearColor & B
)
operator*(float, const FTwoVectors &)
Description
FTwoVectors inline functions
| 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 FTwoVectors & V
)
operator*(float, const FTimespan &)
Description
Pre-multiply a time span with the given scalar.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include Path | #include "Misc/Timespan.h" |
FTimespan operator*
(
float Scalar,
const FTimespan & Timespan
)
Parameters
| Name | Remarks |
|---|---|
| Scalar | The scalar to pre-multiply with. |
| Timespan | The time span to multiply. |