FIntVector::operator+

Gets the result of addition on this point.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

FIntVector operator+
(
    const FIntVector & Other
) const

Remarks

Gets the result of addition on this point.

Returns

A new combined int point.

Parameters

Parameter

Description

Other

The other point to add to this.

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