Crashing - Adding Blueprint Object to C++ TArray

I kept getting the “Cast of object to level failed” error. I added MyArray.Init(SomeCapacity) in my constructor and that helped the error go away. MyArray would be whatever TArray object you are using and SomeCapicity is just a number you can choose to initialize the array.

Hope this helps.