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