Camera Rotation

Hi guys, i have a Security Camera i want to Rotate Left/Right

If i add Rotate Movement to Blue Print it rotates continuous so no good.
Tried Tick Event > Multiply > Make Rotator > Add Relative Rotation with the Camera as Target

But didn’t work. Can anyone help me here, Thanks

“move component to” and “move” (rotate) the root component

Dont do it on tick thats why its repeating. If you do need it on tick then have a variable as a target rotation and then ignore any movement once the target is reached. Best to do it in a timeline or a key press if its using a key.

Add relative is a good way, do it in small steps for a nice smooth movement.

No Key, just turn keep rotating 90 deg Left and 90 deg Right. don’t want mouse move or such just camera to rotate side to side.

Most tuts show how to add CCTV setup with an Extra Camera/TV, but cant find a simple side to side rotate.

maybe look sat this

Timeline smooth rotations

getting there, it rotates but way to fast

I found this works fine to rotate in one direction but i still need it to go left/right, thinking it needs a vector or such, still learning so i will get there…

Yeah learning is the best way. as you are using event tick, consider multiplying the rotation speed by delta seconds, and then some float you can edit to adjust the rate til you get where you need to be!