Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMultiArrayView< DimNum, ElementType > Slice
(
int64 Index, |
Returns a sliced view. Slicing outside of the range of the view is illegal. | MultiArray.h | |
TMultiArrayView< DimNum, const ElementType > Slice
(
int64 Index, |
Returns a sliced view. Slicing outside of the range of the view is illegal. | MultiArray.h |
Slice(int64, int64)
Description
Returns a sliced view. Slicing outside of the range of the view is illegal.
| Name | Slice |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include Path | #include "MultiArray.h" |
TMultiArrayView < DimNum, ElementType > Slice
(
int64 Index,
int64 InNum
)
Sliced view
Parameters
| Name | Remarks |
|---|---|
| Index | Starting index of the new view |
| InNum | Number of elements in the new view |
Slice(int64, int64)
Description
Returns a sliced view. Slicing outside of the range of the view is illegal.
| Name | Slice |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include Path | #include "MultiArray.h" |
TMultiArrayView < DimNum, const ElementType > Slice
(
int64 Index,
int64 InNum
) const
Sliced view
Parameters
| Name | Remarks |
|---|---|
| Index | Starting index of the new view |
| InNum | Number of elements in the new view |