FIntVector4::operator=

Assigns another point to this one.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

FIntVector4 & operator=
(
    const FIntVector4 & 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.

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