Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArrayView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include | #include "Containers/ArrayView.h" |
bool IsValidIndex
&40;
SizeType Index
&41; const
Remarks
Tests if index is valid, i.e. greater than or equal to zero, and less than the number of elements in the array. True if index is valid. False otherwise.
Parameters
| Name | Description |
|---|---|
| Index | Index to test. |