Show a model's UV's at runtime.

Hi, so I’m trying to print a models UV’s to my UMG widget at runtime, so far I have managed to get these results by extracting the UV struct then using draw line in my UMG to create it on the HUD. I am trying to achieve a similar result to the UV view in the static mesh editor. Any advice on how I can do this?