Thats good to hear, however, are there any links to their work, their tutorials, their youtube channels etc?
Because, for example, this weekend, i needed to create a 2D array, a 3D array or a 4D array… and it was a nightmare to get info, about how to do it, because… you cannot do it, if you use blueprints, which i do.
So after a long search, i found a code, that used structs to build any higher than 1D array, and of course, i send my thanks to Mathhew Wadstein once again, because he again had an explanaintion about how to correct use structs (and especially, that you have to create them first in the editor, cuz that was, was made it impossible to import that code at first).
Sooo… i would have loved to get that info from the array documentation, because i found plenty questions, that asked exactly the same, how to get 2D or any multidimensional array.
(here, that was the code i found, and use right now, enhanced to 3D array too: Make 2d Array posted by anonymous | blueprintUE | PasteBin For Unreal Engine 4)