How to toggle between multiple camera with a UMG button?

  • create a new Int variable for this and plug it in:

image

It’s responsible for holding the index of the settings we want to use.

  • this bit:

image

Rather than promoting new variables, use the camera reference to assign data:

image

Drag a wire from the camera node and search for what you need.