Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray
| Type | Name | Description | |
|---|---|---|---|
| TMultiArrayView< DimNum - 1, ElementType, bIsChecked, bIsRestrict, SizeType > | operator[]
(
SizeType Index |
Array bracket operator. Returns reference to element at given index. | |
| TMultiArrayView< DimNum - 1, const ElementType, bIsChecked, bIsRestrict, SizeType > | operator[]
(
SizeType Index |
Array bracket operator. Returns reference to element at given index.Const version of the above. |