Switch randomly between cameras based on time

Hey. On your map click on your camera, go to lvl blueprint, right click and click on “Create a reference to Camera Actor”. Do this for all your cameras.(Screenshot1 and 2).
Then you make them an array and then it depends of what you want to do. For example, after 3" in game I pick a random number between 0-2 and set once of these 3 cameras work. (Screenshot3).
And Screenshot4 to get your player 's camera back.