The teleporters should be their own teleporter actor and have a set teleport target logic in them.
Target Actor should be an Actor Soft Object Reference, which after placing you need to put to the target of this teleporter.

And on the player character you need to validate if you have a current teleporter target,
and then call the function on the server
[Example implementation in the TeleportationByInputFolder][4]

