C++ widgets




What can I do to add to viewport on C++ a widget? I did this and it does not work, i tried to debug but it stops at the first is valid

If it is stopping at the first IsValid, did you change the default Subclass to the widget of your choice that you want it to create? When creating those variables, the default is set to none so the IsValid would fail if you didn’t change the variable.

Yeah, I completely forgot, thanks!