Please make it possible to make array of arrays !

What i do now is making an array, resized it to about 10000, and used 2 variables to places, 100 for column and 1 for row . So if i want to insert something in the “third” array and in the fifth place of it, i would of insert it in place “305” .
But this is works well only if i use INSERT and GET nodes, cant use ADD and if i use ForEachLoop on it it will takes tons of performance hits .

It would of be a lot better to have an array of arrays .

Hi ,

Thank you for your feedback, we will take this into consideration.

Going to plus one this request.

Thanks ! :slight_smile:

You will be able to make structs that contain an array, and make arrays of those. This is possible now in C++ and will be possible in 4.2 for blueprints.

Cheers,
Noland