How can setup a camera for a game that doesnt move??

i’m blueprinting a “galiga” type test and i’m using the 2D Sprite template.
I would like to just have a camera facing my background and never move. That way I can control the ship and also the camera won’t follow it.

How do I assign a camera like this to be the camera being used in game play and not the camera in the character BP?

You can create a Actor blueprint which contain you camera, place that camera inside your level, in Level Blueprint at begin play from PlayerController you can call SetTargetView then choose camera actor you have in level.

I can’t locate the node SetTargetView. Am I missing something?

oh actually it’s Set View Target with Blend, i don’t near my comp to check

perfect thank you!!