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