Event Dispatchers - I thought I knew how they worked

Nope, that was not it. It will execute the code attached directly to bound event in the Parent Class, but if a child overrides the event, the override event never gets called. I also tried having the Parent Class call a Function on itself, then overriding the Function on the Child, and the overridden function will not call :frowning:

1 Like