Hello everybody,
I’m in need of some help with a serious issue to finish my project finally.
Basicly the process I want to set up is the player drawing a line and the system should give me the length of the line or lets say the distance between the 2 points between the line is drawn. Now first of all, forget about the line, I’m not sure how to set this up properly anyways. More important: right now: if I try to get the length of a cube, my result is different when I’m 2 meters away of it or when I’m standing right infront of it.
I obviously am not putting in the right coordinates but also don’nt know how to fix that. Can someone please help? This my current blueprint.
The variables might be german some times, its basicly just checking if the measurement-function is active or not in the branches.
I hope you get what im trying to achieve and what my problem is.
tl;dr: want to get the distance between 2 points, right now its not working because the result of the same distance is different when im further away of the target location im trying to get the distance from