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>
TArrayMapHandle< DimNum, ElementType > AddView
&40;
const FArrayMapKey Key,
const TLearningArrayView< DimNum, ElementType > View
&41;
Remarks
Add a view to an existing array to the map. Does not allocate any new storage. A handle to later retrieve the value of the array for reading or writing
Parameters
| Name | Description |
|---|---|
| Key | The array key |
| View | View to an existing array |