Switching camera between multiple positions.

Yes that would be possible, you simply need to make the array “Instance Editable” and “Expose on spawn” (just like the Character BP)

Then, I would create the widget in the level blueprint this time, and simply create an array of transforms with the position of your cameras.

2 Likes

Thank you so much, this works perfectly.