what does the blueprint that your using to get the array elements look like? to me that error code looks like your trying to get a array element thats out of range, that is to say if you have 3 items in your array the error would be trying to get the 5th item which doesnt exist.