Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray > API/Plugins/Learning/TMultiArray/Slice
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include | #include "MultiArray.h" |
TMultiArrayView< DimNum, ElementType, bIsChecked, bIsRestrict, SizeType > Slice
&40;
SizeType Index,
SizeType InNum
&41;
Remarks
Returns a sliced view. Slicing outside of the range of the view is illegal. Sliced view
Parameters
| Name | Description |
|---|---|
| Index | Starting index of the new view |
| InNum | Number of elements in the new view |