'UE4 C++ Cannot get UE4 TArray to work with C++ 2DArray

I have tried many different approaches giving me a variety of errors to allow my C++ 2D array to work with UE4 TArray.

Header File

enter image description here

CPP File (initialization part of it at least)

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source