How to draw a slate widget in a coordinate?

How do I draw slate widget in particular coordinate rather anchoring it in a side of a screen.

I have used .HAlign or .VAlign to align slate widgets in sides of screen but how do I align it in a set of coordinate on the screen?

Use SCanvas. And set your widget as one of its slots. They have Position attribute: FSlot | Unreal Engine Documentation

Ok thanks… I tried searching some of the widgets like box and border but couldn’t find them. Thanks…