Archive 19/01/2023.

Transparent UIElement root

redmouth

UIElement* root = GetSubsystem()->GetRoot();
parent = root->CreateChild();
parent->CreateChild();

Sometimes the background is black, sometimes it turns fully transparent, randomly. Any suggestion to make the parent always transparent?

Modanung

Maybe try SetDefaultStyle on the root ?

redmouth

the ui root has been set with DefaultStyle