How can I determine the distance from the motion controller to the teleportation endpoint?

Hi,

I am trying to get the distance from the motion controllers (or the position where I stand) to the endpoint of the teleportation arc so that I know how far am I travelling. I also want to display the distance as text somewhere at the screen.

I am new to unreal and thankful for every hint.

Thanks!

Figured this one out: Just needet to substract the Location from my Player pawn with the Location of the ‘Arc End Point’ mesh.