Create a teleporter

Hi im new to Unreal 4 and would love to be able to give it a go one of the things i want to create is a teleporter so that when the character walk through say a stargate of some type they appear on the other side of the map through another stargate i have searched to see if this is possible but not been able to find anything on this subject, if any one has a tutorial or any info on how to create this i would be grateful.

It quite simple if you think about it. Make a actor that detect colision and sets location of actor that touch it to target location, you can also play some particules when that happens.

Learn what seperate nodes do insted of learning how to do entire things, this way you will figure how ro do them by your own ;]

ye thanks for that i am teaching myself how to use things but just wondered if anyone had any info to help, i thought that this was the place to ask questions but obviously not in your eyes so thanks for that.

ye thanks for that i am teaching myself how to use things but just wondered if anyone had any info to help, i thought that this was the place to ask questions but obviously not in your eyes so thanks for that.

Then i told you Set Location on actor which colided with box component or some other component of teleporter actor, also check the class of actor so it wont teleport everything, you got nodes for that… or else you want to teleport everything :stuck_out_tongue: You got nodes for that

This place if you got questions, but goal is also to not have questions anymore ;]

See this thread:

Thank-you for your help it is much appreciated.