Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArrayView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include | #include "Containers/ArrayView.h" |
TArrayView Slice
&40;
SizeType Index,
SizeType InNum
&41; const
Remarks
Returns a sliced view This is similar to Mid(), but with a narrow contract, i.e. 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 |