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" |
bool IsValidIndex
&40;
const int32 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. |