Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
namespace operator TArray< typename TContainerElementTypeCompatibility< AliasElementType >
{
template<typename AliasElementType, std::enable_if_t< TIsContainerElementTypeReinterpretable< AliasElementType >::Value > &42;>
operator TArray< typename TContainerElementTypeCompatibility< AliasElementType >&58;&58;ReinterpretType, AllocatorType > &&40;&41;
}
Remarks
Mutable implicit conversion operator to container of compatible element type.