Hi, everybody. Can anyone give me some direction about an issue that I’m facing? I’m making some climb ledge system following this Medel Academy tutorial https://www.youtube.com/watch?v=AihuFDuvCw0&list=PLetzLRnCcomy8kLge4hISaYIlbVRy32ya&index=34
Now, is there some reason why the launch character simply ignore x,y values? I suppose something is overriding this function, because I’m getting the right value before the launch, but the character is just been launching into the z value. I suppose jump back in the ledge if I press jump after press ‘S’ to turn back my character. Here’s the BP part where I call launch function
Hello, Toni.
Unless someone is patient enough to go through the entire video, helping you is a laborious task.
What I would suggest is following the tutorial again and making sure you understand EVERYTHING that is going on. Not just copying what is placed.
If you understand the logic, you can fix and adjust whatever needs to be fixed and adjusted.
If you do not understand it… well… yeah.
Also, make sure to add PRINT STRINGS in various locations (like between the input and output nodes of the GATE) to make sure that your code is firing.
Good luck!