Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstStructArrayView
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructArrayView.h |
| Include | #include "StructArrayView.h" |
bool IsValidIndex
&40;
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. |