Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArrayView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEmpty () |
Returns true if the array is empty and contains no elements. | MultiArrayView.h | |
bool IsEmpty
(
uint8 Dimension |
Returns true if the dimension is empty and contains no elements. | MultiArrayView.h |
IsEmpty()
Description
Returns true if the array is empty and contains no elements.
| Name | IsEmpty |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArrayView.h |
| Include Path | #include "MultiArrayView.h" |
bool IsEmpty() const
True if the array is empty.
See Also
- Num
IsEmpty(uint8)
Description
Returns true if the dimension is empty and contains no elements.
| Name | IsEmpty |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArrayView.h |
| Include Path | #include "MultiArrayView.h" |
bool IsEmpty
(
uint8 Dimension
) const
True if the dimension is empty.
Parameters
| Name | Remarks |
|---|---|
| Dimension | Dimension of the array. |
See Also
- Num