I’m trying to code a simple main menu. I followed the tutorial you gave me, but there was no indication on when to initiate the tutorial. I have a UUserWidget reparented to a simple UMG. However, I couldn’t get the widget to appear on screen. So, I found an example and on his example, he put the drawing on his player controller and reparented his UMG to his player controller to draw his main menu. I am having difficulties reparenting my UMG because unreal needs UUserWidget to be implemented. I’m looking for a work around. I understand what the error is telling me and I can’t do this syntax, but is there another syntax that will do the same thing.