Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > UE::Math::operator*
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
Include | #include "Math/Vector.h" |
namespace UE
{
namespace Math
{
template<typename T, typename T2, TEMPLATE_REQUIRES(std::is_arithmetic< T2 >::value)>
TVector< T > UE&58;&58;Math&58;&58;operator&42;
&40;
T2 Scale,
const TVector< T > & V
&41;
}
}
Remarks
Multiplies a vector by a scaling factor. Result of multiplication.
Parameters
Name | Description |
---|---|
Scale | Scaling factor. |
V | Vector to scale. |