Get Actor From Plain C++ class?

No problem, I was just about to start writing a reply suggesting the same thing.

Just one thing to note is that before you try and perform any action in the callback, you should be checking that your cube actor is still valid, otherwise you might be attempting to setup a cube which no longer exists which will cause crashes.