4.12 - Notifies no longer work in C++

Hi mwilson,
Thankyou for the explanation!

It’s strange that my (incorrect) method has worked since 4.9 and only broke in 4.12, but thankyou for showing me the proper way to do that method! I was wondering why I was the only one with the notify problems. Glad to know I’m not crazy and my code was just incorrect all along!

I’d love to transition over to event handlers though I couldn’t seem to find anything useful within c++. Would you be able to show the line of code to bind a handler to the event, or perhaps a link to the documentation?

Thanks!

P.s. I don’t have permission to set your answer to correct, but you should set it if possible, in case others stumble across the same problem I did.