Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Array.h |
Include |
#include "Containers/Array.h" |
template<typename AliasElementType, typename std::enable_if_t< TIsContainerElementTypeCopyable< AliasElementType >::Value > *>
TArray & operator=
(
TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, AllocatorType > && Other
)
Move assignment operator. Compatible element type version.
Parameter |
Description |
---|---|
Other |
Array to assign and move from. |