I think if you look at your error, it clearly mentions
Access violation reading location 0x0000000000000118
With this we can assume that the Array is not allowed to write or read that way. You need to figure out other ways to set the values inside this data member. Try looking at more functions in the Unreal Engine API