Teleport Ability in BP?

Hello I just made the switch from Unity to Unreal Engine 4 and loving it so far. I was wondering if you could set up a characters ability to teleport from one location to another all in blueprints or would you have to code in C++ for that? (P.s. I know it can be done in C++ but was just hoping it can be done in blueprints as well.)

Thanks in advance!

Hello there and welcome!

You don’t have to implement it at all, because it is already there:

(: Just search for this node inside your Character Blueprint and plugin the desired location and rotation.

Thanks a lot didn’t catch that one. :slight_smile:

You’re welcome (: if you still need help about it, feel free to ask me.

Thanks I definitely will do so :slight_smile: I was wanting that functionality and in unity I had to code it and that took a while to do so I love that teleporting is built in :slight_smile: