BP with multiple camera components. How to pick which to render from in sequencer?

Hey there Majik12!

I couldn’t find a nice solution for this yet, however a quick fix would be to consider using a single camera on your BP and then using empties to teleport the camera to some desired transform(s) using an int or bool that you expose to the sequencer!

here’s a dodgy little example -