I am trying to spawn a camera for a top down game the camera spawns OK but doesn’t have the correct rotation, it’s not looking down at the character but forward.
here are some screenshots showing what I’ve done
this is what the camera looks like in-game, it should be pitched forward by 90 degrees to look at the character below but isn’t for some reason.
That’s the blueprint for the camera, it moves with the character on the x and y axis and hovers above it on the z, the set target function just sets the camera target variable. in the viewport the camera is facing downwards, which is why I am confused as to why it’s facing forwards in-game.
this is where the camera actor is spawned by the character within the characters begin play event, the target variable is set here as well.
My question is how do I get the camera to face downwards?
And before anyone asks, No, I can’t use a spring arm attached to the character because I want the character to rotate with the mouse and having the camera attached makes that go horribly wrong.