TArray::operator=

Assignment operator.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Array.h

Include

#include "Containers/Array.h"

Syntax

TArray & operator=
(
    const TArray & Other
)

Remarks

Assignment operator. First deletes all currently contained elements and then copies from other array.

Parameters

Parameter

Description

Other

The source array to assign 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