Anyone have a basic blueprint for moving an left when player presses a key?
Hi guys. I am studying a lot and learning a lot when it comes to blueprints, but I cannot seem to figure this one out. what I am trying to do is have a simple objects such as a cube move left when the Q key is pressed by my player. I cannot seem to find us. Does anyone have a very simple basic blueprint that I can look at? Thank you.
This really depends on what sort of character your’re making, but here is my blueprint for moving a 2D-character, and also mirroring it when it’s going to the left. The reason there’s only is an input for Moving right, is because i set the input mapping so that when i press left, the movement value is -1 instead of 1 (1 move the character to the right, so -1 moves it the opposite"
I’m not trying to move a character. I’m trying to move a cube. That is what the issue is with. My character moves perfectly fine. But thank you still, I am going to check out what you provided me.
My guess is that you understand how the basic character moves around?
I tried to comment this so you can follow along. Ignore the warning, I just opened a project I had that didnt actually have that input in it so it was angry.
How to move Actor, not character blueprint…just Falling Rock or something with abilty to fallback without physics.
Just like falling and rolling rock in 2D arcade games.