Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FArrayMap
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningArrayMap.h |
| Include | #include "LearningArrayMap.h" |
template<uint8 DimNum, typename ElementType>
void Link
&40;
const TArrayMapHandle< DimNum, ElementType > Src,
const TArrayMapHandle< DimNum, ElementType > Dst
&41;
Remarks
Link one array to another such that they share the same data. Concretely, this function will make asking for a View of the Dst array return a view of the Src array instead. This version provides a type-safe interface for linking so should be used by default.