Ue4 is removing widgets from the hierarchy on its own

Question, is your widget a subclass of a C++ User Widget? This happened to me however realize I did not put Blueprintable on my class tag which was my issue for it removing the child widgets.