FIntVector::operator=

Assigns another point to this one.

Choose your operating system:

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
)

Remarks

Assigns another point to this one.

Returns

Reference to this point after assignment.

Parameters

Parameter

Description

Other

The point to assign this point from.