Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstStructArrayView
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructArrayView.h |
| Include | #include "StructArrayView.h" |
FConstStructArrayView Slice
&40;
const int32 Index,
const int32 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 |