Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray > API/Plugins/Learning/TMultiArray/__ctor
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include | #include "MultiArray.h" |
template<typename OtherElementType, typename OtherAllocator, bool bOtherIsChecked, std::enable_if_t< UE::MultiArray::Private::TMultiArrayElementsAreCompatible< ElementType, OtherElementType && >::Value > &42;>
TMultiArray
&40;
TMultiArray< DimNum, OtherElementType, OtherAllocator, bOtherIsChecked > && Other
&41;
Remarks
Move constructor.
Parameters
| Name | Description |
|---|---|
| Other | Array to move from. |