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" |
FConstStructView operator[]
(
int32 Index
) const
Remarks
Array bracket operator. Returns FConstStructView to element at given index. Index must be valid. FConstStructView to indexed element.