Hello! I’m quite new to Unreal Engine and I am trying to make a program that let’s you jump through windows. The problem is that add actor world, set actor location and all of those nodes that should move the character doesn’t seem to work. I’m not blaming the engine, I think there is some error in my script, however I cannot seem to find it. My hypothesis is that for some reason the program teleports you back to the origin point.
Here’s an example, let’s say the character is at coordinates 0, 10, 0, and I want the program to teleport the character to 10, 10, 0. But when i run this program I can just see a flash and then the characters back to the point it startet.
Now that I tried to explain above was just a hypothesis.
here’s some screenshots:
Above you can see the blueprint for the window I am aiming to be able to climb through. Oh and if you see any ways to improve any of the designs in this project please notify me and I will ajust it. Help is greatly appreciated.
This picture is in the characters blueprint. This should get all the information from the window BP and save variables. Nothing big happening here.
Again, not much happening here. This blueprint just really sends a signal when the vault button(space) is pressed, you can ignore the variables as I do not use them.
This small script is starts right after vault is pressed, it just checks if the vault meets criteria.
This is the image where the character should vault, I haven’t created the vaulting yet. The goal is for the character to align itself relative to the window, the “set control rotation” works, but not the add actor world offset or any other “move character” nodes. I have drawn a line over the node that’s not working.
Thank you so much!




