Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/IntVector.h |
Include |
#include "Math/IntVector.h" |
FIntVector operator+
(
const FIntVector & Other
) const
Gets the result of addition on this point.
A new combined int point.
Parameter |
Description |
---|---|
Other |
The other point to add to this. |