Hello, I am a Korean university student. I’m making a work of art and I need a blue print of Unreal Engine 5.1. But I don’t know how to do it and there’s no one around me who knows much about blueprints.
Therefore, I made a blue print while talking to chat gpt, but I’m having a hard time because I can’t connect “tick event” and “get velocity”.
I know Unreal 5.1 can’t connect the two directly. Is there any other way to connect the two? The blue print is as shown in the picture below.
The function I want to implement is to teleport the character to a specific location when it moves at a speed of 5 or higher and return to its original position in 5 seconds.
The function I want to implement is to teleport the character to a specific location when it moves at a speed of 5 or higher and return to its original position in 5 seconds.
You need to make it yourself. Essentially, we need to return to the original location so I am assigning player’s transform as value to a new variable. The easiest way to quickly create a variable of the correct type is through a promotion, right click the pin and:
OMG you’re my life saver. You’re soooooo kind. The reason I deleted the comment was because I figured it out while trying it out. Thanks.
I couldn’t get an answer from anyone, but thanks to your help, I was able to realize the function! Can I ask for one more if you don’t mind?
I’m planning an exhibition in Unreal. I’m going to make two spaces. The two spaces are separated only by the x-axis. So I wanted to make sure that when the audience is looking at the work in space 1, if it moves quickly and at a certain speed, it moves to the same position in space 2. When I made what you just told me, it only went back to the position I first set. Can you tell me how to modify it as I told you?
Sorry. I don’t know the meaning of “hugging the left wall” because my English is not good. Do you mean to go through the wall? And to answer your question, the second answer is correct.
For example, if I move from B(0,8) to A(-10, 8). And if I went around there and moved to A (-10, 3), when I came back to B, I would move to (0, 3).
And if possible, I hope it is possible to move from a to b and come back again and again. I’m so sorry to keep asking. I’m also trying various things through “chat gpt” before I ask you to do it, but all of them are all failing… I’m so sorry
Hello. Thanks to you, I solved all the problems. You can ignore the comments above. Thank you very much. I admired your precision while connecting the blue print. Thank you so much. Thank you.