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 UE_REQUIRES>
TMultiArray
(
TMultiArray < DimNum, OtherElementType, OtherAllocator, bOtherIsChecked > && Other
)
Remarks
Move constructor.
Parameters
| Name | Description |
|---|---|
| Other | Array to move from. |