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