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" |
void RangeCheck
(
int32 Index
) const
Remarks
Checks if index is in array range.
Parameters
Name | Description |
---|---|
Index | Index to check. |