Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 Num () |
Returns total number of elements | MultiArray.h | |
int64 Num () |
Returns number of elements in a dimension. | MultiArray.h | |
int64 Num
(
uint8 Dimension |
Returns number of elements in a dimension. | MultiArray.h |
Num()
Description
Returns total number of elements
| Name | Num |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include Path | #include "MultiArray.h" |
int64 Num() const
Total number of elements in array.
Num()
Description
Returns number of elements in a dimension.
| Name | Num |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include Path | #include "MultiArray.h" |
template<uint8 InDimIdx>
int64 Num() const
Number of elements in array.
Num(uint8)
Description
Returns number of elements in a dimension.
| Name | Num |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include Path | #include "MultiArray.h" |
int64 Num
(
uint8 Dimension
) const
Number of elements in array.
Parameters
| Name | Remarks |
|---|---|
| Dimension | Dimension of the array. |