Hi guys. I am new to unreal engine so I apologize if this question is repetitive.
I am trying to create a command similar to the line command in autocad in autocad. Where the user will click the start point and end point of the line.
I see the drawline command in the docs but it seems to be for widgets only. I need the ability to do this on the ground in 3d. there will be no Z vector involded only X, Y.
Any help on how to do this in C++ would be awesome. Thanks in advance.