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" |
void SliceRangeCheck
&40;
uint8 Dimension,
SizeType Index,
SizeType InNum
&41; const
Remarks
Checks if a slice range [Index, Index+InNum) is in dimension range. Length is 0 is allowed on empty dimensions; Index must be 0 in that case.
Parameters
| Name | Description |
|---|---|
| Dimension | Dimension of the array. |
| Index | Starting index of the slice. |
| InNum | Length of the slice. |