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" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Private/LearningArrayMap.cpp |
void LinkHandles
&40;
const FArrayMapHandle Src,
const FArrayMapHandle 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.