Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArrayView
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArrayView.h |
| Include | #include "MultiArrayView.h" |
TMultiArrayView Slice
&40;
SizeType Index,
SizeType InNum
&41; const
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 |