Unreal Engine 4.15 Preview

Try to put the array in a struct and then use a Map of those structs.

In C++ you can have TMaps of TArrays, but in BP you also can’t have TArrays of TArrays, so I would not expect TMaps of TArrays to be possible without using that extra struct.