BlackNeon
(ThomasHaas)
1
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?
Thanks
-Thomas
To get the distance, Subtract Player Location with your Start location.
BlackNeon
(ThomasHaas)
3
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.