Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray
| Type | Name | Description | |
|---|---|---|---|
| TMultiArrayView< 1, ElementType, bIsChecked, bIsRestrict, SizeType > | Flatten () |
Flattens the array view into a single dimension. | |
| TMultiArrayView< 1, const ElementType, bIsChecked, bIsRestrict, SizeType > | Flatten () |
Flattens the array view into a single dimension. | |
| TMultiArrayView< DimNum-1, ElementType, bIsChecked, bIsRestrict, SizeType > | Flatten () |
Flattens the array on a given dimension, merging that dimension and the following one. | |
| TMultiArrayView< DimNum-1, const ElementType, bIsChecked, bIsRestrict, SizeType > | Flatten () |
Flattens the array on a given dimension, merging that dimension and the following one. | |
| TMultiArrayView< DimNum-1, ElementType, bIsChecked, bIsRestrict, SizeType > | Flatten
(
uint8 Dimension |
Flattens the array on a given dimension, merging that dimension and the following one. | |
| TMultiArrayView< DimNum-1, const ElementType, bIsChecked, bIsRestrict, SizeType > | Flatten
(
uint8 Dimension |
Flattens the array on a given dimension, merging that dimension and the following one. |