I need 2 or more images for visual correspondence.
So I need 2 2D images and their corresponding 3D points.
I know there is ‘DeprojectScreenToWorld’ but I just return 1 point.
I’m trying to get corresponding all 3D points to 2D points at viewport.
And they must be exported to json or text or something like {(0, 0), (1,2,3)}, {(0,1), (1,1,4)} …
Is there any way to do this with Unreal?
