Hi all, i have imported my Satellite Dish i want it to rotate 120deg left and right
Made an Actor BP, add static mesh, add rotate movement. changed rotation speed to suit
But how do i make it swing left/right? ATM it is a continuous rotation in one direction.
Let’s see that code! Chances are you can use a bool, change it on reaching a certain angle, then check that bool asking if it should move the other way and then multiply the addt’l rotation by -1. Then upon reaching -120 switch it again. But we can’t really help without seeing your code!
Hey sure you do! Blueprint is code, it’s visual script.
You can use WinKey + Shift + S to activate your snipping tool if you’re on Windows 10 or 11 and take a snip of what you have so far in your blueprint, then Ctrl + V to paste it here.