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