TSHVector::operator+=

In-place addition operator.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/SHMath.h

Include

#include "Math/SHMath.h"

Syntax

TSHVector & operator+=
(
    const TSHVector & B
)

Remarks

In-place addition operator. Changed from (*this = *this + B;} to calculate here to avoid LHS Now this avoids TSHVector + operator thus LHS on *this as well as Result and more

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss