I have this blueprint
when the left mouse button is clicked, I want the actor to move to a specific location smoothly. And to be in a loop
I tried to use a timeline, but I can’t get it to work.
this is my actor, so when the player is overlapped with the collision box, what I want is when clicking the left mouse button will move the actor forward a certain amount. Any help would be great!
I Am trying to make a mechanic for a puzzle.
My idea is that I have a column that I can push from all sides, and depending on which side the player is facing, clicking the left mouse button will move correspondingly.