Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FStructArrayView
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructArrayView.h |
| Include | #include "StructUtils/StructArrayView.h" |
void SliceRangeCheck
(
const int32 Index,
const int32 InNum
) const
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Index | Starting index of the slice. |
| InNum | Length of the slice. |