Rotate a Camera Actor placed in a level using the mouse

Hi!

I have placed a Camera Actor in a level. How can I rotate it with mouse?

Thanks!

Hi,

There are two common ways to achieve this: either by possessing the camera as a Pawn (Create a Pawn and add a Camera Component) or by using the “Set View Target with Blend” node.

First and foremost, I recommend that you become familiar with the Unreal Framework. Technically, only a Pawn can be controlled by a controller, as an actor cannot respond to input controls. Understanding the core framework will help you grasp these concepts more easily.