Navigation
API > API/Plugins > API/Plugins/Learning
| Name | TMultiArrayShape |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArrayView.h |
| Include Path | #include "MultiArrayView.h" |
Syntax
template<uint8 InDimNum>
class TMultiArrayShape
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MultiArrayView.h | |||
TMultiArrayShape
(
std::initializer_list< int64 > InNums |
MultiArrayView.h | ||
TMultiArrayShape
(
const int64* InNums |
MultiArrayView.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DimNum | uint8 | MultiArrayView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Nums | int64 | MultiArrayView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 Total() |
MultiArrayView.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 & operator[]
(
uint8 Dimension |
MultiArrayView.h | ||
const int64 & operator[]
(
uint8 Dimension |
MultiArrayView.h |