How to do 3d ship selection on hud

Im currenlty doing the a 3d ship selection screen, which captures the 3d ship in the level and put it in a image and showing it on the hud using the umg widget. I have done the capturing and putting it on the umg widget. Now im trying to do the transition when you try to select different ships.

I’ve tried to move the camera around but apparently you will be able to see obvious frame drops, if I try to move the ships together using an array, the program simply crashes.