Weird Problem with Adding Child To Widgets

You created the Main HUD widget, but you never add it to the viewport?
If you’re creating the Main HUD widget somewhere else, promote it to a variable, and use it as a reference to add the child widget. Or, if you haven’t already created it somewhere else, you’ll need to add it to the viewport before you add the child.