Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArrayView
Description
Checks if a slice range [Index, Index+InNum) is in array range. Length is 0 is allowed on empty arrays; Index must be 0 in that case.
| Name | SliceRangeCheck |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include Path | #include "Containers/ArrayView.h" |
void SliceRangeCheck
(
SizeType Index,
SizeType InNum
) const
Parameters
| Name | Remarks |
|---|---|
| Index | Starting index of the slice. |
| InNum | Length of the slice. |