Override the OnPaint function in your widget, it will provide you with Context;
There, you can Draw Line using that Context as one of the inputs.
To get the end point, you can use the Project World to Screen node.
Override the OnPaint function in your widget, it will provide you with Context;
There, you can Draw Line using that Context as one of the inputs.
To get the end point, you can use the Project World to Screen node.