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
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.
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!