How do I teleport the player when a certain height is reached

Hello, I am new to UE and i am making a level where the player gets teleported to the beginning if his/her location is below a certain z value. How do i do it?

One way would be using a Kill Z Volume and force a respawn

Or put a large trigger box below your map and just change the location of the player character when it’s triggered.

I would advise against constantly reading the Z axis value of the player character OnTick if it can be avoided.