Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TSHVectorRGB
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/SHMath.h |
Include | #include "Math/SHMath.h" |
TSHVectorRGB & operator&45;&61;
&40;
const TSHVectorRGB & InB
&41;
Remarks
In-place subtraction operator. Changed from (*this = *this - InB;) to separate all calc to avoid LHS Now it calls directly -= operator in TSHVector (avoid TSHVectorRGB - operator)