Hi friends, how could I teletransport my pawn from A to B point? I need to appear in a exact point of map (by pressing “i” key) and press “e” to back to the star point.
I’m not programmer and my experience with blueprints is limited.
Thankyou.
Hi friends, how could I teletransport my pawn from A to B point? I need to appear in a exact point of map (by pressing “i” key) and press “e” to back to the star point.
I’m not programmer and my experience with blueprints is limited.
Thankyou.
You can use Teleport:
Or SetActorLocation instead.
If you use teleport, make sure the destination point is clear of obstacles, otherwise, it won’t teleport. This is not a problem if you use SetActorLocation.
Thank you, EvilCleric. I’ll try it.