How to get distance? Start -> Player | Output -> HUD

Hi everyone,

I’m workgin on my 2D-Paper game for Android and i want to get the distance between the start and my Player but i have no idea how to do this.

So this is my BP_HUD and the distance should be shown on the screen and permantly updated.
Any Ideas?

26492-prtsc_bp_hud.png

Thanks

-Thomas

To get the distance, Subtract Player Location with your Start location.

To get the distance, Subtract Player Location with your Start location.
Yes thats the math. But i still dont know how to do its. I was asking for how to do it in blueprints not how to do the math.