Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include | #include "MultiArray.h" |
void SetNumUninitialized
&40;
TMultiArrayShape< DimNum, SizeType > NewShape
&41;
Remarks
Resizes array to given number of elements. New elements will be uninitialized.
Parameters
| Name | Description |
|---|---|
| NewShape | New shape of the array. |