I am new to UE4 and I am making a 2D sidescroller game. I want to be able to climb on a rope up to another floating plateform using the up and down arrows, but I have now clue how to do this. How would I go about this?
You could create a Trigger Volume for which when your Player enters it they can be considered as Climbing. Then whilst they are in Climbing mode you can alter their position Up or Down depending on the given input.
Thats what I was planning to do, but I don’t know how I would alter the players position to go up and down. How would I do that?
I haven’t had any experience in 2D, but “AddActorLocalOffset” and the z axis might be what you’re looking for.