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