Quote Originally Posted by anda_skoa View Post
Why don't you simply pass the values from the UI?
I have several points on the UI. I want the user to select some points from them.
I need to calculate the distance between the points selected by the user.
This part can be done in C++ for sure,

but I still will have to `push` the points selected by the user in a `variant` and then pass the variant to C++.
Won't I?