Set World Rotation on Camera doesn't do anything

Hello,

So I’m trying to make a space ship pawn of my own helped along by the spaceship in the content examples. However I am having difficulties at the first hurdle. I want the camera, which is on a spring arm, to rotate and look at the space ship, I have modelled everything after the example however the camera does nothing. It does not rotate in any way. It just sits still. No matter what I try.

This is what I have:

This is extremely frustrating and I’d gladly take any suggestions.

Play with camera controllers.
And check if your camera has something lie “assuming control” or rather “use pawn rotation” checked.

https://docs.unrealengine.com/latest/INT/Programming/Gameplay/Framework/Camera/index.html

So all you probably need to do is find that checkbox and tell camera to rotate with pawn.

Thanks so much, there was a setting called “Use Controller View Rotation”, which was checked.