Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FConstStructArrayView
Description
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.
| Name | Slice |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructArrayView.h |
| Include Path | #include "StructUtils/StructArrayView.h" |
FConstStructArrayView Slice
(
const int32 Index,
const int32 InNum
) const
Sliced view
Parameters
| Name | Remarks |
|---|---|
| Index | starting index of the new view |
| InNum | number of elements in the new view |
See Also
- Mid