How do I create a teleport on hit in Blueprints?

Ok heres a example teleport/portal. So for what I was playing around with I created two parts just to keep it simple.

You don’t need to make the exit portal you can just use a player start. But doing it this way you can have more control in the future needs and uses for it.

ok so are you can see the exit portal has just 2 components and is very simple the arrow component is so you know which way it is facing and then the capsule is the same size as the player capsule so you know how he should be coming out.

next the portal part

ok so you have only one variable needed for this simple part and that is the OUTPUTPORTAL which needs to be set to the class or blueprint type that you are going to use as a exit. Then its all the wiring and some checks. Stuff on the far right is for a more complex system which would let you change what happens to the player when he exits as well as FX and such. You will of course change Cast To OTCharacter to the character class/blueprint you want to port.