Teleport using a button in VR

Very simple to do if you know how to make collisions and overlaps. Make an actor called TeleportPoints or whatever. Place them in your world. Make a trigger for them (ie. motion controllers makes a collision with it) then when a button is pressed get the location of that TeleportPoints and set the actors location there.