Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FConstStructArrayView
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructArrayView.h |
| Include | #include "StructUtils/StructArrayView.h" |
FConstStructArrayView Slice
(
const int32 Index,
const int32 InNum
) 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 |