console command to shoot multiple screenshots, from given cameras.

I would like to create multiple screenshots from certain cameras.
Is there a console command that I can execute and tell it which cameras to screenshot from?

Could you please show a screenshot of an array setup that executes the command for screenshot?

What do the mean with

I think that a editor-callable event
should work, too.

You mean a couple command that is usually used in editor mode?

No, but you can switch to a camera and then take a screenshot. Add the cameras to an array, step through the array using a timer, execute command.

Is that in editor or in runtime?

Is that in editor or in runtime?

Run-time for sure. I think that a editor-callable event should work, too.

You mean a couple command that is
usually used in editor mode?

I meant this, have an actor with an editor-callable event and place it in the world:

Select it and you get a button:

Could you please show a screenshot of
an array setup that executes the
command for screenshot?

Something like this maybe, seems to work ok:

This is run-time only, since you can’t run a timer in the editor. Obviously, if you need specific cameras, you’d need to build an appropriate array first, especially if you need them in a specific order.