Hi! I am having a problem with Widget inheritances.
I created a base widget class called “UI_BNT_WID”
this class has a print string node on the event tick.
Then I have a child class widget called “UI_BTN_START”, so Parent class is
“UI_BNT_WID”
also has a print on the ticker.
My problem is when I create and add UI_BTN_START, I can
see the START print on runtime but the print of parent class
UI_BNT_WID is not appearing so UI_BNT_WID is not ticking even
it is parent class.
parent class tick frequency is on default AUTO setting