Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > StructUtils > FConstStructArrayView
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructArrayView.h |
Include | #include "StructUtils/StructArrayView.h" |
bool IsValidIndex
(
int32 Index
) 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. |