how to transfer a d3d project to ue4 to use VR

how to transfer a d3d project to ue4 to use VR
06-10-2019, 09:35 AM

I have a project written in d3d that I want to migrate it to ue4 to apply VR. I don’t know if there is a tool and/or easy way to do so. Is there a way to use all those d3d functions ( i.e. DrawLine) in ue4 that I can rewrite the whole code again. any help would be appreciated !!
my project is a navigation system. I can draw as many planes I want to roam around the earth, can draw any shapes on the plane like radar helical sphere, can have user interface and much more.
so how can I do this all in ue4 C++ ?