Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Field > API/Runtime/Chaos/Field/TFieldArrayView
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldArrayView.h |
| Include | #include "Field/FieldArrayView.h" |
bool IsValidIndex
&40;
SizeType Index
&41; const
Remarks
Tests if index is valid, i.e. more 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. |