I want to measure traveled distance in meters/feet of hang glider in landscape mountain or any flying object (In Blueprints).
Thanks in Advance
I want to measure traveled distance in meters/feet of hang glider in landscape mountain or any flying object (In Blueprints).
Thanks in Advance
You can use Get Distance node to get the distance between two actors and Vector Length to get the distance between two locations(subtract one vector from the other and plug the result to vector length.)